@charset "utf-8";

/*---------------------------------------------
common
---------------------------------------------*/
.show-pc {
  display: block;
}
.show-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
}

.gnav .trg:hover ul {
  opacity: 1;
  visibility: visible;
}
.gnav ul ul {
  position: absolute;
  display: block;
  transition: opacity .3s,visibility .3s;
  opacity: 0;
  visibility: hidden;
  padding-top: 5px;
}
.gnav ul ul li {
  font-size: 1.4rem;
  margin-left: 0;
}
.gnav ul ul li a {
  display: block;
  background-color: #fff;
  padding: 10px 15px;
}


@media screen and (max-width: 768px) {
  .sp-gnav ul ul {
    padding-left: 1em;
    padding-top: 10px;
  }
  .sp-gnav .parents-list ul a {
    font-size: 1.6rem;
  }
}

/*---------------------------------------------
top
---------------------------------------------*/
.member-list .blue-box-dl {
  display: flex;
  flex-direction: column-reverse;
}
.top .top-section-interview .interview-pic {
  position: relative;
  max-width: 870px;
  margin-top: 60px;
  margin-left: calc(80 / 1200 * 100%);
}
.top .top-section-interview .interview-pic::before {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-color: #1259A8;
}
.top .top-section-interview .interview-pic img {
  position: relative;
  width: 100%;
  height: auto;
}
.top .top-section-interview .btn-wrap {
  justify-content: flex-start;
  padding-left: calc(735 / 1200 * 100%);
}
@media screen and (max-width: 768px) {
  .top .top-section-interview .interview-pic {
    position: relative;
    width: calc(323 / 350 * 100%);
    margin-top: 30px;
    margin-left: calc(10 / 350 * 100%);
  }
  .top .top-section-interview .interview-pic::before {
    bottom: 0;
    right: calc(-7 / 323 * 100%);
    margin-bottom: calc(-7 / 323 * 100%);
  }
  .top .top-section-interview .btn-wrap {
    justify-content: center;
    padding-left: 0;
  }
}


.top-section-project .pro-box .blue-box-dl dt {
  font-size: 1.8rem;
}
.top-section-project .pro-box .blue-box-dl dd {
  font-size: 1.6rem;
}
.blue-box-dl dd .join {
  display: block;
  font-size: 1.4rem;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .top-section-project .pro-box .blue-box-dl dt {
    font-size: 1.3rem;
  }
  .top-section-project .pro-box .blue-box-dl dd {
    font-size: 1.3rem;
  }
  .blue-box-dl dd .join {
    font-size: 1.1rem;
  }
}

/*---------------------------------------------
message
---------------------------------------------*/
.message .comment-box .img {
  width:  695px;
}
.message .comment-box .img img,
.pic-end.message img {
  width: 100%;
  height: auto;
}

.message .mv-contents {
  background-image: url(../../common/images/mv_message.jpg);
}
.message .mv-contents .inner {
  padding-top: 200px;
}
.message .mv-contents .lead {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .message .comment-box .img {
    width:  100%;
  }
  .message .mv-contents .inner {
    padding-top: 34%;
  }
  .message .mv-contents .lead {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.9));
  }

}

/*---------------------------------------------
interview top
---------------------------------------------*/
.interview-top .mv-contents {
  background: url(../../common/images/mv_interview.jpg) no-repeat center / cover;
}
.interview-top .mv-contents .inner {
  padding: 0 10%;
}
.interview-top .mv-contents .inner h1 {
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.9));
}
.interview-top .interview-list {
  display: flex;
  gap: 50px calc(40 / 1200 * 100%);
  flex-wrap: wrap;
}
.interview-top .interview-list li {
  width: 270px;
  width: calc(270 / 1200 * 100%);
}
.interview-top .interview-list li p {
  margin-top: 5px;
}
.interview-top .interview-list li .job {
  margin-top: 15px;
}

.interview-top .interview-list li .job,
.interview-top .interview-list li .year {

}
.interview-top .interview-list li .name {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .interview-top .mv-contents .inner {
    padding: 10%;
  }
  .interview-top .mv-contents .inner h1 {
    filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.9));
  }

  .interview-top .interview-list {
    gap: 0 calc(20 / 350 * 100%);
  }
  .interview-top .interview-list li {
    width: calc(165 / 350 * 100%);
    margin-bottom: calc(30 / 350 * 100%);
  }
}


/*---------------------------------------------
interview detail
---------------------------------------------*/
.interview .comment-box .img {
  max-width: 770px;
}
.interview .btn-wrap .btn.list {
  width: 330px;
}

@media screen and (min-width: 769px) {
  .interview .mv-contents .lead {
    filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.9));
  }
}

@media screen and (max-width: 768px) {
  .interview .btn-wrap .btn.list {
    width: calc(300 / 350 * 100%);
    width: 100%;
  }
  .interview .mv-contents .inner {
    padding-top: 170px;
  }

  .interview .mv-contents
   {
    margin-bottom: 0px;
   }
   .interview .interview-head {
    margin-top: -20px;
   }
  .interview .interview-head .lead {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 20px;
  }
  .interview .interview-head .mv-profile {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
}

/*---------------------------------------------
culture
---------------------------------------------*/
.menu-culture {
  display: flex;
  gap: 0 20px;
}
.menu-culture a {
  position: relative;
  display: flex;
  color: #fff;
  background-color: #0058a8;
  padding: 20px 60px 20px 20px;
}
@media screen and (max-width: 768px) {
  .menu-culture {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto 60px;
  }
  .menu-culture li {
    margin-top: 10px;
  }
  .menu-culture li:first-child {
    margin-top: 0;
  }
  .menu-culture a {
    padding: 15px 60px 15px 15px;
  }
}
.menu-culture a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 29px;
  height: 6px;
  background: url(../images/arr_w_right.svg) no-repeat right center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {

}

/*---------------------------------------------
jobs
---------------------------------------------*/
.jobs-list-new {
  margin-top: 30px;
  background: #f5f4ec;
  padding: 40px 60px;
}
.jobs-list-new li {
  position: relative;
  border-top: 1px solid #cac9c2;
}
.jobs-list-new li:first-child {
  border: none;
}
.jobs-list-new li .closed-label {
  position: absolute;
  top: 15px;
  left: -20px;
  display: inline-block;
  background: #28549C;
  color: #fff;
  font-weight: bold;
  padding: 5px 30px;
}
.jobs-list-new li .closed-label + a {
  color: #9E9E9E;
  padding-top: 55px;
  pointer-events: none;
}
.jobs-list-new li .closed-label + a::after {
  content: none;
}
.jobs-list-new li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 10px;
}
.jobs-list-new li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 29px;
  height: 6px;
  background: url(../images/arr_b_right.svg) no-repeat right center;
  background-size: contain;
  transform: translateY(-50%);
}
.jobs-list-new h2 {
  font-weight: bold;
  font-size: 2.1rem;
  width: 55%;
}
.jobs-list-new p {
  width: 45%;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .jobs-list-new {
    padding: 10px;
    margin-top: 20px;
  }
  .jobs-list-new li a {
    display: block;
    padding: 20px 60px 20px 10px;
  }
  .jobs-list-new h2 {
    font-size: 1.8rem;
    width: 100%;
  }
  .jobs-list-new p {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}

.entry-list > li .txt-end {
  font-size: 2rem;
  background-color: #f2f2f2;
}

/*---------------------------------------------
graduate
---------------------------------------------*/
.graduate .hd02 + .go-entry {
  margin: 30px 0 0 auto;
}
.graduate .go-entry + .border-table {
  margin-top: 20px;
}
.graduate .page-box {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .graduate .page-box {
    margin-bottom: 40px;
  }
  .page-box.btn-wrap .btn {
    width: 280px;
    height: 50px;
    margin: 0 auto;
  }
}

/*---------------------------------------------
sns-banner
---------------------------------------------*/
.sns-banner {
  overflow: hidden;
  display: flex;
  border-radius: 30px;
  background: #fff;
  width: 1000px;
  margin: 150px auto 100px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}
.sns-banner::before {
  display: inline-block;
  content: '';
  background: url(../images/sns-banner-bg.png) no-repeat center/450px;
  background-size: cover;
  width: 450px;
  opacity: .85;
}
.sns-banner-inner {
  padding: 60px;
}
.sns-banner h3 {
  font-size: 2.5rem;
  font-weight: bold;
}
.sns-banner .lead {
  margin: 0.5rem 0 2rem;
  font-size: 1.8rem;
}
.sns-banner .sns-accounts {
  font-size: 2rem;
  font-weight: bold;
}
.sns-banner .sns-accounts li {
  display: inline-block;
  margin-right: 2.5rem;
}
.sns-banner .sns-accounts li a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sns-banner {
    flex-direction: column;
    border-radius: 20px;
    width: auto;
    margin: 20px;
  }
  .sns-banner::before {
    width: auto;
    height: 200px;
  }
  .sns-banner-inner {
    padding: 20px 20px 30px;
    text-align: center;
  }
  .sns-banner h3 {
    font-size: 2rem;
  }
  .sns-banner .lead {
    font-size: 1.5rem;
  }
  .sns-banner .sns-accounts {
  }
  .sns-banner .sns-accounts li {
  }
  .sns-banner .sns-accounts li a {
  }
}


/*---------------------------------------------
.entry-banners
---------------------------------------------*/
.entry-banners {
  border-radius: 20px;
  border: 10px solid #f6f6f6;
  margin: 40px 0;
  padding: 20px;
  text-align: center;
}
.entry-banners__item {
  display: inline-block;
  margin: 20px;
}
.entry-banners__itemLabel {
  margin-bottom: 10px;
  color: orange;
  font-size: 1.6rem;
  font-weight: bold;
}
.entry-banners__itemLink {
  display: inline-block;
  transition: transform .3s ease;
}
.entry-banners__itemLink:hover {
  transform: scale(1.1);
  
}