@charset "UTF-8";

img{
    object-fit: cover;
}

/*-----------------------------------
    portrait
-----------------------------------*/
.portrait{
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 0 50px;
    margin-bottom: 100px;
}
.portrait_title{
    text-align: center;
    font-size: 26px;
    line-height: 1.84em;
    font-weight: 700;
    margin-bottom: 40px;
}
.portrait ul{
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2.4em;
    font-weight: 700;
}
.portrait ul li{
    position: relative;
    padding-left: 30px;
}
.portrait ul li::before{
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #00A07D;
    border-radius: 50%;
    border: 4px solid #B7DCC6;
}

@media screen and (max-width: 840px) {
  .portrait{
        border-radius: 20px;
        margin-bottom: 70px;
    }
    .portrait_title{
        font-size: 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 640px) {
  .portrait{
        margin-bottom: 50px;
    }  
}
/*-----------------------------------
    #recruit_block
-----------------------------------*/
.employee_nav ul{
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}
.employee_nav li{
    width: 100%;
    max-width: 310px;
    height: 70px;
}
.employee_nav li a{
    width: 100%;
    height: 100%;
    background-color: #1CAF73;
    border-radius: 5px;
    color: #ffffff;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    gap: 70px;
    padding: 0 17px;
    position: relative;
}
.employee_nav li a img{
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
}
.note{
    font-size: 15px;
    line-height: 2.4em;
    font-weight: 700;
    text-align: center;
}
#full-time, #part-time{
    scroll-margin-top: 100px;
}
.employee_table_area{
    padding: 44px 0 55px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-bottom: 50px;
}
.part-time-employee{
    margin-bottom: 0;
}
.recruit_title{
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    font-weight: 700;
    color: #3FAF37;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 50px;
}
.recruit_title::before{
    content: "";
    width: 100%;
    height: 4px;
    background-color: #B7DCC6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.recruit_title::after{
    content: "";
    width: 37px;
    height: 4px;
    background-color: #00A07D;
    position: absolute;
    bottom: 0;
    left: 0;
}
.alt-table {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed; /* ← これで列幅が安定 */
    font-size: 15px;
    line-height: 3.3;
    font-weight: 700;
}

.alt-table td {
  padding: 17px;
}

/* 1列目を200px固定 */
.alt-table .col1 {
  width: 160px;
  background: transparent;
  white-space: nowrap;
}

/* 2列目は残り幅（100% - 200px） */
.alt-table .col2 {
  width: calc(100% - 160px);
  word-break: break-all;
}

/* 行ごとに背景色を交互に */
.alt-table tr:nth-child(odd) {
  background: #ffffff;
}

.alt-table tr:nth-child(even) {
  background: #F5F7F5;
}
@media screen and (max-width: 840px) {
   
    /* .alt-table td { */
      /* padding: 10px 17px; */
    /* } */
    .alt-table {
        line-height: 2;
    }
    .recruit_title{
        font-size: 24px;
        line-height: 1.5;
        letter-spacing: 0.09em;
        font-weight: 700;
        color: #3FAF37;
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 640px) {
    #outline_block{
        margin-bottom: 50px;
    }
    .alt-table .col1 {
        width: 150px;
    }
    .recruit_title{
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.09em;
        font-weight: 700;
        color: #3FAF37;
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 30px;
    }
    .employee_nav ul{
        gap: 20px;
        margin-bottom: 30px;
    }
    .employee_nav li{
        width: 100%;
        height: 60px;
    }
    .employee_table_area{
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .part-time-employee{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 500px){
    #outline_block{
        padding: 30px 0;
    }
    .alt-table tr {
    display: block;
    padding: 8px 16px;
    border-radius: 8px;
  }

  .alt-table td {
    display: block;
    width: 100%;
    padding: 8px 0;
  }

  /* 項目名（col1）をラベル風に */
  .alt-table .col1 {
    width: 100%;
    font-weight: bold;
    color: #333;
    padding-bottom: 4px;
    font-size: 14px;
  }

  /* 内容（col2）は少し余白 */
  .alt-table .col2 {
    width: 100%;
    padding-top: 0;
    font-weight: 500;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px){
    .employee_nav li a{
        display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: flex-start;
	    justify-content: flex-start;
	    -webkit-align-items: center;
	    align-items: center;
    }
    .alt-table{
        width: 100%;
    }
}

