/***********************************************
 sub-common
************************************************/
/** sub-stage *********************************/
#sub-stage {
    position: relative;
}
#sub-stage .top-entry{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    max-width: 650px;
    width: 43%;
    z-index: 2;
    padding-top: 320px;
}
#sub-stage .top-entry:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 54px;
    height: 100%;
    background: #7bb72c;
}
#sub-stage .top-entry dl.entry-bt{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--gradation);
    padding: 14px 0;
    border-radius: 64px 0 0 0;
    margin: 0;
    position: relative;
    z-index: 3;
}
#sub-stage .top-entry dl.entry-bt dt{
    margin: 0;
    padding: 0;
    width: 32%;
}
#sub-stage .top-entry dl.entry-bt dd{
    margin: 0;
    padding: 0;
    width: 50%;
}
#sub-stage .top-entry dl.entry-bt dt img,
#sub-stage .top-entry dl.entry-bt dd img{
    width: 100%;
    height: auto;
}
#sub-stage .main-stage{
    margin: 0 0 0 2%;
    padding-top: 60px;
}
#sub-stage .main-stage .page-title{
    max-width: 1200px;
    width: calc(95% - 54px);
    height: 400px;
    border-radius: 0 20vw 0 20vw;
    position: relative;
}
#sub-stage .main-stage .title-people{
    background: url(../images/people/title.webp) no-repeat;
    background-position: center center;
    background-size: cover;
}
#sub-stage .main-stage .page-title h1{
    position: absolute;
    content: "";
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: var(--main-color);
    font-size: clamp(1.75rem, 0.536rem + 3.04vw, 2.813rem);
    font-weight: 600;
    text-shadow: 2px 2px 2px #fff,
        -2px 2px 2px #fff ,
        2px -2px 2px #fff ,
        -2px -2px 2px #fff;
}
/** breadcrumb *********************************/
.breadcrumb{
    width: 95%;
    background: #fff;
    border-radius: 0 60px 0 60px;
    margin-bottom: 70px;
}
.breadcrumb ol{
    display: flex;
    flex-wrap: wrap;
    margin:0 5%;
    padding: 25px 0;
}
.breadcrumb ol li{
    font-size: 13px;
    line-height: 120%;
}
.breadcrumb ol li a{
    color: var(--main-color);
}
.breadcrumb ol li:not(:last-child){
    position: relative;
    padding-right: 20px;
}
.breadcrumb  li:not(:last-child):after {
    position: absolute;
    content: "";
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 1px;
    background: var(--main-color);
}
/***********************************************
 people-list
************************************************/
#people-list .inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}
#people-list .inner ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#people-list .inner ul li {
    width: 30%;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#people-list .inner ul li img{
    width: 100%;
    height: auto;
}
#people-list .inner ul li span{
    max-width: 45%;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
}
/***********************************************
 workplace
************************************************/
#workplace{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
#workplace .lead-txt{
    text-align: center;
}
/** panel-list *********************************/
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #00773e;
}
.panel-list .swiper-slide {
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}
.panel-list .swiper-slide:nth-of-type(even) {
    margin-top: 45px;
}
.panel-list .swiper-slide img{
    width: 100%;
    height: auto;
}
.panel-list .swiper-slide span{
    max-width: 45%;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
}
/***********************************************
 people-prof
************************************************/
#workplace .bg{
    margin: 50px auto;
    max-width: 1200px;
    padding: 0 5% 150px 5%;
    box-sizing: border-box;
    position: relative;
}
#workplace .bg:before{
    position: absolute;
    content: "";
    left: 0;
    top: 150px;
    background: var(--sub-color);
    width: 100%;
    height: calc(100% - 150px);
    display: block;
    z-index: -1;
    border-radius: 0 24vw 0 24vw;
}
.people-prof {
    max-width: 920px;
    margin: 0 auto;
}
.people-prof .main-photo{
    width: 90%;
    margin: 0 auto;
}
.people-prof .main-photo img{
    width: 100%;
    height: auto;
}
.people-prof .prof-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -50px;
}
.people-prof .prof-row .column-l{
    width: 25%;
    height: 100%;
    background: var(--gradation);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 5.5% 0;
    border-radius: 0 5vw 0 5vw;
}
.people-prof .prof-row .column-l ol li:nth-of-type(1){
    font-size: clamp(0.938rem, 0.723rem + 0.54vw, 1.125rem);
    line-height: 150%;
}
.people-prof .prof-row .column-l ol li:nth-of-type(2) span{
    font-size: clamp(1.875rem, 0.089rem + 4.46vw, 3.438rem);
    line-height: 150%;
}
.people-prof .prof-row .column-l ol li:nth-of-type(3){
    font-size: 15px;
    line-height: 150%;
}
.people-prof .prof-row .column-r{
    width: 70%;
    margin-top: 80px;
}
.people-prof .prof-row .column-r strong{
    display: inline-block;
    padding: 7px 25px;
    background: var(--main-color);
    color: #fff;
    font-weight: 500;
    border-radius: 20px 0 20px 0;
    line-height: 100%;
}
.people-prof .prof-row .column-r p{
    font-size: 15px;
}
/***********************************************
 people-interview
************************************************/
.people-interview{
    padding: 60px 0 0 0;
}
.people-interview .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.people-interview .row .column-photo{
    width: 45%;
}
.people-interview .row .column-photo img{
    width: 100%;
    height: auto;
    border-radius: 12vw 0 12vw 0;
}
.people-interview .row .column-txt{
    width: 50%;
}
/***********************************************
 people-sch
************************************************/
.people-sch table{
    position: relative;
    padding-top: 15px;
}
.people-sch table:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background: #8fc31f;
    z-index: -1;
}
.people-sch table:after{
    position: absolute;
    content: "";
    left: -22px;
    top: -49px;
    width: 49px;
    height: 49px;
    background: url(../images/people/time-ic.svg) no-repeat;
    background-size: cover;
    z-index: 1;
}
.people-sch table th {
    vertical-align: top;
    height: 130px;
    width: 135px;
    text-align: left;
}
.people-sch table th span{
    color: #fff;
    display: inline-block;
    font-weight: 500;
    line-height: 100%;
    background: var(--main-color);
    padding: 7px 30px;
    font-size: clamp(1.125rem, 0.696rem + 1.07vw, 1.5rem);
    border-radius: 4vw 0 4vw 0;
    white-space: nowrap;
}
.people-sch table tr td:nth-of-type(1) {
    vertical-align: top;
    text-align: left;
}
.people-sch table tr td:nth-of-type(1) h4{
    font-size: clamp(1.125rem, 0.768rem + 0.89vw, 1.438rem);
    color: var(--main-color);
    font-weight: bold;
}
.people-sch table tr td:nth-of-type(2) {
    width: 39%;
}
.people-sch table tr td:nth-of-type(2) img{
    width: 100%;
    height: auto;
}
.people-sch table tr td:nth-of-type(2) img.lf-r{
    border-radius: 9vw 0 9vw 0;
}
.people-sch table tr td:nth-of-type(2) img.lf-l{
    border-radius: 0 9vw 0 9vw;
}
/***********************************************
 more-interview
************************************************/
#more-interview{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
/***********************************************
 sub-stage
************************************************/
#sub-stage .top-entry{
    position: static;
    right: auto;
    top: auto;
    width: 90%;
    margin-left: auto;
    margin-top: -20px;
    padding-top: 0;
}
#sub-stage .top-entry:before{
    width: 5%;
}
#sub-stage .top-entry h1{
    padding: 0 10% 20px 0;
}
#sub-stage .top-entry h1 span{
    width: 75%;
    margin: 0 auto 20px auto;
}
#sub-stage .main-stage{
    padding-top: 20px;
}
#sub-stage .main-stage .page-title{
    width: 90%;
    height: 280px;
}
}
@media screen and (max-width: 640px) {
/***********************************************
 people-interview
************************************************/
.people-interview .row .column-photo{
    width: 100%;
}
.people-interview .row .column-txt{
    width: 100%;
}
/***********************************************
 people-sch
************************************************/
.people-sch table th span{
    padding: 7px 15px;
}
.people-sch table tr th {
    width: 90px;
}
.people-sch table tr td:nth-of-type(1) {
    display: block;
}
.people-sch table tr td:nth-of-type(2) {
    display: block;
    width: 100%;
}
.people-sch table tr td:nth-of-type(2) img{
    margin-bottom: 10px;
}
}
@media screen and (max-width: 500px) {
/***********************************************
 people-list
************************************************/
#people-list .inner ul li {
    width: 50%;
}
/***********************************************
 workplace
************************************************/
#workplace .lead-txt{
    text-align: left;
}
#workplace .lead-txt br{
    display: none;
}
/***********************************************
 people-prof
************************************************/
#workplace .bg:before{
    top: 100px;
    height: calc(100% - 100px);
}
.people-prof .main-photo{
    width: 95%;
}
.people-prof .prof-row .column-l{
    width: 120px;
    height: 100%;
    padding: 5.5% 0;
    border-radius: 0 50px 0 50px;
}
.people-prof .prof-row .column-r{
    width: 100%;
    margin-top: 15px;
}
.people-prof .prof-row .column-l ol li:nth-of-type(3){
    font-size: 13px;
}
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 330px) {
}
@media screen and (max-width: 300px) {

}