@charset "utf-8";

.contentsWrap{
    max-width:1200px;
    margin: 0 auto;
    padding:0 2rem;
}

/*kindBlock共通*/
.kindOther{
    background:#ffffff;
    border:1px solid #C89213;
    padding:1rem;
    margin-bottom:2rem;
}

.kindOtherText{
    color:#C89213;
    font-size:14px;
    margin:1rem 0 0 0;
}


.kindOtherTitle{
    margin: 0;
    color:#C89213;
    padding:0.25rem 1rem;
    border-left:4px solid #9F8E69;
}

.searchBlock{
    background: #EBEBDC;
    padding:2rem 2rem;
    display:flex;
    width:100%;
    align-items:center;
    justify-content: space-between;
    box-sizing: border-box;
}

.searchBlockTitle{
    text-align: center;
    max-width:340px;
    color:#644A0E;
    font-size:1.6rem;
    font-weight:bold;
    line-height:1.4;
}

.searchLinkList{
    width:calc(100% - 360px);
    list-style:none;
    display:flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    flex-wrap:wrap;
    gap:24px;
}

.searchLinkList li{
    display:flex;
    justify-content: center;
}

.searchLinkList li .linkButton{
    width: 100%;
    min-width:204px;    
}

.jobLinkList{
    margin:2rem 0;
    padding: 0;
    text-decoration:none;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    list-style: none;
    gap:16px 8px;
}

.jobLink{
    width:clamp(200px,100%,256px);
}
.jobLink a{
    box-sizing: border-box;
    width: 100%;
    display: block flex;
    justify-content: space-between;
    align-items:center;
    text-decoration:none;
    background: #0666BB;
    box-shadow:0 3px 0 #004684;
    border-radius:4px;
    padding:1rem;
    position:relative;
    min-height:54px;
}

.jobLink a .jobLinkName{
    font-size:1rem;
    font-weight: bold;
    color:#ffffff;
    margin: 0;
    padding: 0;
    width: 72%;
}

.jobLink a:after{
    background:rgba(245,113,113);
    box-shadow:0 3px 0 rgb(145, 57, 57);
    border:1px solid rgba(245,113,113);
    border-radius:50px;
    content:"CHECK!";
    color:#ffffff;
    font-size:1rem;
    font-weight:bold;
    padding:0.75rem 1rem;
    position:absolute;
    right:5%;
}


/*linkButton共通*/
.linkButton{text-decoration: none;}

.searchLinkList .linkButton{
  background: #3AA581;
  border-radius:50px;
  box-shadow:0 4px 0 #00704A; 
  color:#ffffff;
  display: block;
  font-size:1.2rem;
  font-weight:600;
  text-align: center;
  padding:1rem;
  position:relative;
}

#linkButton{
  color:#ffffff;
}

.searchLinkList .linkButton:after{
  content:"";
  display: block;
  background:url("/new/_app/_webroot/img/page/job/icon-search.png") no-repeat;
  width:16px;
  height: 16px;
  position:absolute;
  top: 50%;
  right:5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* aricle.css */
#article{
    background: #FEFEF2;
    margin: 0;
    padding: 0;
}

.articleBlock{
    width: 100%;
    margin-bottom:2rem;
}

.articleBlock h3{
    position:relative;
    z-index:1;
    line-height:1.4;
    margin: 0 1rem 1rem 0;
    padding: 10px 0 0 1rem;
    color:#008E84;
    font-size:1.3rem;
}

.articleBlock h3:before{
    content:"";
    display: block;
    background: #ECD9A4;
    width: 36px;
    height: 36px;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}

.articleBlock .block{
    display:flex;
    align-items: flex-start;
    margin:2rem 0 0 0;
}

.articleBlock .block .photoCaption{
    font-size:1rem;
    margin:0.5rem 0;
    line-height:1.4;
    color:#644A0E;
}

.articleBlock .block p{
    font-size:14px;
    line-height:2.2;
    margin-right:2rem;
    color:#43320C;
    max-width:960px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}

.articleBlock .block .imageBlock{
    width: 350px;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.profileImage img{
    width: clamp(340px, 100%, 520px);
    object-fit: cover;
    object-position: center;
    height: 360px;
    border-radius: 8px;
}

.publicationDate{
    font-size:12px;
    color:#707070;
    margin:2rem 0;
}

.otherBlock{
    display:flex;
    justify-content: space-between;
    gap:2rem;
    margin:2rem auto;
}

.otherBlockLeft,.otherBlockRight{
    width:48%;
}

.otherBlockLeft{
    display: flex;
}

.otherBlock .kindOther{
    margin-bottom:0;
    width: 100%;
}

.otherBlock .searchBlock{
    justify-content: center;
    flex-direction: column;
}

.searchBlockTitle{
    margin: 0 0 1rem 0;
}

.otherBlock .searchLinkList{
    justify-content: center;
    margin: 0 0 0.5rem 0;
}

.profile{
    margin: 0 0 2rem 0;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.profileContentsL{
    width:40%;
}

.profileContentsR{
    width:58%;
}

.profileCatch p{
    width: 100%;
    max-width:570px;
    display:inline-block;
    background: #d5fffc;
    color:#00898E;
    font-weight: bold;
    padding: 1rem;
    line-height:1.6;
    margin: 0;
}

.profInfo{
    background:#ffffff;
    border:1px solid #C89213;
    padding:1rem;
    width:100%;
    margin:2rem 0;
}

.profInfo dl{
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0;
    display:flex;
    box-sizing: border-box;
}

.profInfo dl:last-of-type{
    margin:0;
}

.profInfo dl dt{
    width: 50%;
    background:#d3ba81;
    font-size:1.2rem;
    line-height:1.6;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items:center;
    color:#644A0E;
    box-sizing: border-box;
}

.profInfo dl dd{
    width: 50%;
    margin:0;
    padding:0.5rem;
    font-size:1.2rem;
    line-height:1.6;
    display:flex;
    justify-content: center;
    align-items:center;
    border:1px solid #d3ba81;
    box-sizing: border-box;
    color:#855e00;
}

.profileInfo {
    margin:2rem 0;
}

.profileInfo dt{
    color:#008E84;
}

.profileInfo dd{
    color:#008E84;
    margin: 1rem 0 0 0;
    padding: 0;
    font-size:1.2rem;
    line-height:1.4 ;
}

.profileInfo .jobName{
    font-weight: bold;
}

.profileInfo .speakerName{
    font-weight: bold;
    color:#008E84;
    margin-left:2rem;
}

.leadBox{
    width: 100%;
    background:#ffffff;
    border:1px solid #C89213;
    padding: 1rem;
}

.leadBox p{
    font-size:1rem;
    line-height:1.8;
    color:#C89213;
    margin: 0;
}

.infoWrapper{
    display:flex;
    justify-content: space-between;
    align-items:stretch;
    flex-wrap:wrap;
    gap:2rem;
}

/*informationBlock*/
.informationBlock{
    background:#ffffff;
    border:1px solid #C89213;
    padding:1rem;
    width:48%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.informationBlock p{
    margin: 0;
    padding: 0;
    font-size:14px;
    line-height:1.6;
    color:#644A0E;
}

.informationBlock h3{
    color:#C89213;
    margin: 0 0 1rem 0;
    padding:0.25rem 1rem;
    border-left:4px solid #9F8E69;
}

.infoContents{
    display:flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}

 .imageWrapper{
    position: relative;
    width: 100%;
    height: 100%;
    max-width:260px;
    min-height:180px;
    object-fit: cover;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #aaa;
    overflow: hidden;
    margin:1rem 0 0 0;
}

.imageWrapper:before{
    content:"NO IMAGE";
    display: block;
    font-size:18px;
    position:absolute;
    z-index:-1;
}

.imageWrapper img{
    display: block;
    /* min-width: 100%;
    min-height: 100%;
    object-fit: cover; */
}

/* myDailySchedule */
.myDailySchedule{
    background: #ffffff;
    border:1px solid #C89213;
    width:100%;
    padding:1rem;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.myDailySchedule h3{
    margin: 0 0 1rem 0;
    padding:0.25rem 1rem;
    border-left:4px solid #9F8E69;
    color:#C89213;
}

.myDailySchedule dl{
    font-size:14px;
    display:flex;
    flex-wrap:wrap;
}

.myDailySchedule dl dt,
.myDailySchedule dl dd{
    margin-bottom:20px;
    color:#855e00;
}

.myDailySchedule dl dt {
    background: #e6e6e5;
    border-bottom:1px solid #ffffff;
    font-size:1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 25%;
    line-height:1.3;
}

.myDailySchedule dl:last-of-type dt{
    border-bottom: none;
}

.myDailySchedule dl dd {
    position: relative;
    width: 75%;
    margin-left:0;
    font-weight: 600;
    padding: 0.25rem 1rem;
    border-top: 1px solid #e6e6e5;
    border-right: 1px solid #e6e6e5;
}

.myDailySchedule dl:last-of-type dd{
    border-bottom: 1px solid #e6e6e5;
}


.myDailySchedule dl dt:nth-last-of-type(1),
.myDailySchedule dl dd:last-child{
    margin-bottom:0;
}

.myDailySchedule dl dd:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 12px solid transparent;
    border-top:10px solid #d3ba81;
    position: absolute;
    left: 35%;
    margin-left: -12px;
    bottom: -22px;
}

.myDailySchedule dl dt:nth-last-of-type(1):after {
    display: none;
}

.myDailySchedule dl dd:nth-last-of-type(1):after,
.myDailySchedule dl dt:nth-last-of-type(1):after {
    display: none;
}

.myDailySchedule dl dd span{
    font-size:1.2rem;
    line-height:1.4;
}

.myDailySchedule dl dd .small {
    display: block;
    font-weight: normal;
    font-size:1rem;
}

.jobOnePoint{
    background:#fff;
    border:1px solid #C89213;
    width:48%;
    padding:1rem;
    margin:0 0 0 0;
}

.jobOnePointTitle{
    margin: 0 0 1rem 0;
    padding:0.25rem 1rem;
    color:#C89213;
    border-left:4px solid #9F8E69;
}

.pointList{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.pointList li{
    font-size:1rem;
}

.points{
    border:1px solid #cfcfcf;
    width:48%;
    margin-bottom:4%;
}

.points ul{
    padding:1rem;
}

.points ul li{
    margin-bottom:0.5rem;
}

.points ul li:last-of-type{
    margin-bottom:0;
}

.points h4{
    width: 100%;
    border-bottom:2px solid #C89213;
    font-size:14px;
    margin: 0;
    padding:0.5rem 0.5rem;
    color:#9F8E69;
}

.points p{
    font-size:1rem;
    font-feature-settings: "palt";
    line-height:1.4;
    padding:0.25rem 0.5rem;
    color:#644A0E;
}

.noneTitleBlock{
    width:48%;
    background: #ffffff;
    border:1px solid #C89213;
    padding:1rem;
}

.noneTitleBlock h4{
    font-size:16px;
    margin: 0 0 1rem 0;
    color:#855e00;
}

.nonteTitleBlockText figure{
    margin: 0;
    padding: 0;
    max-width:300px;
}

.nonteTitleBlockText figure img{
    max-width:100%;
    min-width: 160px;
}

.nonteTitleBlockText figcaption{
    font-size:12px;
    color:#707070;
    margin-top:0.5rem;
}

.nonteTitleBlockText .left{
    margin-bottom:1rem;
}

.nonteTitleBlockText .right p{
    font-size: 14px;
    line-height: 1.6;
    color: #644A0E;
}

/* adLink */
.adLink a{
    text-decoration: none;
}

.adLink:hover{
    opacity:0.6;
    transition:0.3s;
}

a.btn-pam .toriyose {
    display: block;
}
a.btn-pam-main{
    width: min(80%,400px);
    background-image: url("/new/_app/_webroot/img/page/newshigoto/interview/btn-pam.png");
    background-size: 40px auto;
    background-position: 10px center;
    display: block;
    background-repeat: no-repeat;
    color: #fff;
    border: 2px solid #70e0bb;
    background-color: #3AA581;
    font-size:1.2rem;
    line-height:1.4;
    border-radius: 5px;
    text-align: center;
    margin:0 0 0 0;
    padding:1rem;
    font-weight: 600;
}

a.btn-pam-main span {
    display: block;
}

.school{
    background:#ffffff;
    border:1px solid #C89213;
    padding:1rem;
    width: 48%;
}

.school h3{
    font-size:1.4rem;
    margin: 0 0 1rem 0;
    padding: 0.25rem 1rem;
    color: #C89213;
    border-left: 4px solid #9F8E69;
}

.schoolName{
    display: block;
    font-size:1.6rem;
    font-weight:bold;
    color:#008E84;
}

.school p{
    font-size:1rem;
    line-height:1.6;
    margin:1rem 0;
    color:#644A0E;
}

.schoolImg{
    max-width:200px;
    margin-bottom:1rem;
}

.schoolImg img{
    max-width: 100%;
}

.schoolImg [alt]{
    font-size:10px;
}

.schoolImg [alt]:before{
    display:none;
}

.btnSchool{
    display: block;
    content:"";
    text-decoration:none;
    background:#008E84;
    width:100%;
    padding:0.75rem 1rem;
    text-align: center;
    color:#ffffff;
    border-radius:8px;
    box-shadow:0 4px 0 #00704A;
}

.btnSchool:hover{
    opacity:0.6;
    transition:0.3s;
}

@media screen and (min-width:1032px) {
    .profileContents {
        align-items: center;
        gap: 20px;
    }
    .profileImage{
        width: 100%;
        box-shadow: 8px 8px 0px rgb(127 193 188);
        border: 1px solid #efefef;
        border-radius: 8px;
    }
}
@media screen and (max-width:1032px) {
    .profileContents {
        align-items: center;
        gap: 20px;
    }

    .profileContentsR{
        margin-top:3rem;
    }

    .profileImage{
        width: 100%;
        box-shadow: 8px 8px 0px rgb(127 193 188);
        border: 1px solid #efefef;
        border-radius: 8px;
    }

    .profileImage img{
        width:100%;
        object-fit: cover;
        height:380px;
    }
}

@media screen and (max-width:768px) {
    .profile{
        margin: 0 0 2rem 0;
        padding: 0 0 2rem 0;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
    }

    .profileImage img{
        width:100%;
        object-fit: cover;
        height:380px;
    }
    
    .profileContentsL{
        width:100%;
    }
    
    .profileContentsR{
        width:100%;
    }
    .articleBlock .block{
        display:flex;
        flex-direction:column;
        align-items: flex-start;
    }

    .articleBlock .block p{
        margin-right:0;
    }

    .articleBlock .block .imageBlock{
        width: 100%;
        max-width:350px;
        margin: 0 auto;
    }

    .searchBlock{
        background: #EBEBDC;
        padding:2rem 2rem;
        display:flex;
        flex-direction:column;
        width:100%;
        align-items:center;
        justify-content: space-between;
        margin-bottom:2rem;
    }

    .searchBlockTitle{
        text-align: center;
        max-width:340px;
        color:#644A0E;
        font-size:18px;
        font-weight:bold;
    }
    .searchLinkList{
        width: 100%;
        list-style:none;
        display:flex;
        margin: 0;
        padding: 0;
        justify-content: space-between;
        flex-wrap:wrap;
        gap:24px;
    }

    .searchLinkList li{
        width: 100%;
        display:flex;
        justify-content: center;
    }

    .searchLinkList li .linkButton{
        width: 100%;
        max-width:204px;    
    }

    .otherBlock{
        display:flex;
        justify-content: center;
        flex-wrap:wrap;
    }

    .otherBlockLeft,.otherBlockRight{
        width:100%;
    }

    .otherBlockLeft{
        margin-bottom:2rem;
    }

    .infoWrapper{
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
    }

    .informationBlock,{
        width:100%;
    }

    .informationBlock,.myDailySchedule{
        width:100%;
        margin-bottom:2rem;
    }

    .jobOnePoint{
        width:100%;
        padding:1rem;
        margin:0 0 2rem 0;
    }

    .jobLink{
        width: 100%;
        max-width:none;
    }

    .jobLink a .jobLinkName{
        font-size:1.4rem;
        font-weight: bold;
        color:#ffffff;
        margin: 0;
        padding: 0;
        width: 72%;
    }

    .profInfo{
        width: 100%;
        margin: 2rem 0;
    }

    .profInfo dl dt {
        width: 40%;
    }

    .profInfo dl dd {
        width: 60%;
    }

    .school {
        width: 100%;
    }

    .school p{
        font-size:1.2rem;
    }

    a.btn-pam-main{
        width:100%;
        padding: 1rem 1rem 1rem 5rem;
    }

    .points{
        width:100%;
        margin-bottom:4%;
    }

    .points p {
        font-size: 1.2rem;
        padding: 0.5rem 0.5rem;
        color: #644A0E;
    }

    .infoContents{
        display:flex;
        justify-content: space-between;
        flex-direction: column;
    }

}

@media screen and (max-width:540px) {
    .profileImage img{
        width:100%;
        object-fit: cover;
        height:240px;
    }
}