@charset "UTF-8";

/****************************************
          public
*****************************************/
#public p {
    margin-bottom: 1rem;
}
#public p:last-child {
    margin-bottom: 0;
}
#public .ttl-01 > img {
    max-width: 100%;
}
.publicInner {
    text-align: center;
}
.publicInnerImg {
    margin-bottom: 3rem;
}

@media screen and (max-width: 640px) {
  .publicInnerImg {
      margin-bottom: 1.5rem;
  }
  .publicInnerImg img {
      width: 100%;
  }
}
/******************************
2023/03 Update
******************************/
@media screen and (min-width: 641px) {
    .public-block01 {
        background: url('../img/index_kv_01.jpg') no-repeat top left /100%;
    }
}

.public-block01 {
    display: flex;
    flex-flow: row wrap;
}

.public-link {
    width: 47%;
    background: #FFF;
    flex: 1;
}

.public-link a {
    text-decoration: none !important;
}
.item{
    width: 50%;
}

.public-link .list .ly {
    border-top: 2px solid #000;
}

.public-link .list .flexBox01 .ly:first-child {
    border-right: 2px solid #000;
}

.public-link .list > .title.ly > a {
  padding: 28px 28px;
}

.public-link .title > a {
    display: flex;
    align-items: center;
    padding: 20px 28px;
    transition: background-color 0.3s ease-out;
    justify-content:center;
}

.public-link > .list > .item .dl .title > .text > .notice {
  margin-top: 10px;
  color: #fff;
  letter-spacing: 0.03em;
}

.public-link > .list > .item a:hover .dl .title,
.public-link .title > a.bg-gray01:hover {
    background: #a8a8a8;
}

.public-link .title > a.bg-gray02:hover {
    background: #FFD2D5;
}

.public-link .title > a.bg-gray02:hover .job-description {
    color: #FFD2D5;
    transition:color 0.3s ease-out;
}

.public-link .title .icon {
    width: 62px;
    height: 84px;
    margin-right: 54px;
    text-align: center;
}

.flexBox01 .title .icon {
    display: flex;
    align-items: center;
    margin-right: 20px;
    width: 70px;
    height: 70px;
}

.public-link img {
    vertical-align: bottom;
}

.public-link > .list > .item .number,
.public-link > .list > .item .date,
.public-link > .list > .item .text-note {
    margin-bottom: 0 !important;
    line-height: 1;
}

.public-link > .list > .item .date {
    margin-top: 15px;
}

.public-link > .list > .item .text-note {
    margin-top: 6px;
    line-height: 1.3;
}

.public-link .detail .txt01 {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.05em;
}

.public-link .detail {
    min-height: 292px;
    padding: 57px 25px 20px;
    box-sizing: border-box;
}

.public-link .detail.-noentry .text-note {
    margin-top: 12px;
}

.number{
    font-size: 40px;
    font-weight: normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.day{
    color: #F6F1E9;
    background: #000;
    padding: 1px 5px;
    border-radius: 50%;
    font-weight: bold;
}

.public-link .detail .txt01 > .title {
    font-size: 36px;
    letter-spacing: 0.1em;
}

.public-link .detail .txt01.time {
  font-weight: bold;
}

.public-title {
    width: calc(100% - 47%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ttl-01-2 {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    font-size: 79px;
    letter-spacing: 0.3em;
    color:#FFF;
    font-weight: bold;
    background-color:rgba(0,0,0,0.2);
    text-shadow: 0px 0px 16px rgb(0 0 0 / 100%);
    position: relative;
    line-height: 1.3;
    text-align: center;
}
.ttl-01-2 .inner {
    padding: 0 20px;
    position: relative;
}
.ttl-01-2 .inner::before,
.ttl-01-2 .inner::after {
    content: "";
    width: calc(100% - 40px);
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow:0px 0px 20px rgb(0 0 0 / 100%);
}

.ttl-01-2 .inner::before {
    top: 0;
}

.ttl-01-2 .inner::after {
    bottom: 0;
}

.ttl-01-2-sub {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.03em;
}

.text {
    font-weight: bold;
    text-align: center;
}

.job-description {
    display: inline-block;
    margin-bottom: 13px;
    padding: 10px 24px;
    color: #FFBBC0;
    background: #000;
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.3em;
    text-align: center;
}
.bg-gray01 .job-description {
  color: #F6F1E9;
}

.public-interview .title {
    text-align: center;
    background: #FFF;
    border: #F6F1E9 solid 2px;
    width: 450px;
    margin: 0 auto;
    padding: 1rem;
    padding-bottom: 0.5rem;
    font-size: 25px;
    position: relative;
    z-index: 2;
}

.public-interview .title h2 {
    border-bottom: #F6F1E8 3px dotted;
    margin-bottom: 5px;
    letter-spacing: 0.2em;
}

.public-interview .title h2 .en {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#tmpl_main .public-interview .list {
    margin: -60px auto 0;
    padding: 60px 60px 50px;
    background: #F6F1E8;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 20px;
}

.public-interview .list > .item img {
    background: #D8D8D8;
    width: 320px;
    height: 190px;
}

.public-interview .list .item {
    width: 100%;
    background-size: auto 100%;
    box-sizing: border-box;
    transition: all 0.4s ease-out;
    flex: 0 0 30%;
    margin: 40px 0 0;
    background: #FFF;
    text-align: center;
    font-weight:  bold;
}

.public-interview .list > .item > a {
  text-decoration: none !important;
}

.public-interview .list > .item > a[href*="./"]:hover {
    opacity: 0.6;
}

.public-interview .list .item .name {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    letter-spacing: 0.1em;
}

.public-interview .list .item .name .en {
    font-size: 0.8rem;
}

.public-interview .list .item.-comingsoon {
    position: relative;
    pointer-events: none;
}

.public-interview .list .item.-comingsoon::before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 59.38%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.public-interview .list .item.-comingsoon .mark {
    width: 160px;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 10;
}

.public-interview .list .item.item.-comingsoon.-photo::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 30px;
  padding-top: 0;
  content: "Coming Soon";
  background: #cae3ffe0;
  position: absolute;
  top: 50%;
  left: calc(50% - 45%);
  letter-spacing: 0.03em;
}


@media screen and (max-width: 640px) {
    .public-title {
        background: url('../img/index_kv_01.jpg') no-repeat top left;
        background-size: cover;
        min-height: 200px;
    }
    .ttl-01-2 {
        font-size: 2.5rem;
    }
    .ttl-01-2-sub {
        font-size: 1rem;
    }
    .ttl-01-2 .inner {
      padding: 0;
    }
    .ttl-01-2 .inner::before,
    .ttl-01-2 .inner::after {
        width: 100%;
    }
    .public-title,
    .public-link {
        width: 100%;
    }
    .public-link .title > a,
    .public-link > .list > .item .dl .title {
        padding: 10px 20px;
    }
    .public-link .title .icon {
        width: 20%;
        height: auto;
        margin-right: 10px;
    }
    .public-link .title .text {
        flex: 1;
    }
    .public-link .detail .txt01 {
        font-size: 15px;
    }
    .number {
        font-size: 22px;
    }
    .public-link .detail {
        min-height: auto;
        padding: 25px 15px 30px;
    }
    .public-link .detail.-noentry .date {
        margin-top: 0;
    }
    .public-interview .title{
        width: auto;
        font-size: 20px;
    }
    .public-interview .title h2 {
      font-size: 17px;
    }
    .public-interview .title .en {
      font-size: 14px;
    }
    #tmpl_main .public-interview .list {
        flex-direction: column;
        width: auto;
        padding: 60px 20px 50px;
        border-radius: 0;
    }
    .public-interview .list > .item img {
        width: 100%;
        height: auto;
    }
}
/*
@media screen and (max-width: 420px) {
    .public-interview .person01 > a,
    .public-interview .person02 > a,
    .public-interview .person03 > a {
        background-position: right -40% center;
    }
}

@media screen and (max-width: 375px) {
    .public-interview .person01 > a,
    .public-interview .person02 > a,
    .public-interview .person03 > a {
        background-position: right -70px center;
    }
} */
/* bg */
.bg-gray01 {
    background: #F6F1E9;
}
.bg-gray02 {
    background: #FFBBC0;
}
/* font */
.text-note {
    font-size: 0.75rem;
}

/******************************
.detail.-end
******************************/
.detail.-end .number {
  font-size: 32px;
}
.detail.-end .txt01 {
  font-size: 16px;
}
.detail.-end .txt01 > .title {
  font-size: 28px;
}
.detail.-end .txt02 {
  color: #cc0000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
}
.detail.-end .txt03 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.detail.-end .txt03::before {
  content: '';
  display: block;
  width: 44px;
  height: 39px;
  background-size: contain;
  background: url('../img/index_arrow.svg') no-repeat;
  margin-right: 10px;
}

/* SP STYLES */
@media screen and (max-width: 640px) {
  .detail.-end .number {
    font-size: 20px;
  }
  .detail.-end .txt01 {
    font-size: 14px;
  }
  .detail.-end .txt01 > .title {
    font-size: 18px;
  }
  .detail.-end .txt02 {
    font-size: 20px;
  }
}

/* 23720 */
.public-block01 .preparation {
  width: 100%;
  padding: 20px;
  background: rgb(255, 190, 61, 0.9);
  box-sizing: border-box;
}
.public-block01 .preparation dl dt {
  color: #cc0000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.public-block01 .preparation dl dd {
  font-size: 16px;
  letter-spacing: 0.03em;
}
/* PC Only */
@media screen and (min-width: 641px) {
  ._pc-content {
    display: block;
  }
  .preparation._pc-content {
    position: absolute;
    bottom: 0;
  }
  ._sp-content {
    display: none;
  }
}
/* SP STYLES */
@media screen and (max-width: 640px) {
  ._pc-content {
    display: none;
  }
  ._sp-content {
    display: block;
  }
}