@charset "UTF-8";
/*タブレットは端末判定で幅1200pxを画面100%で表示するようJ-Queryで制御*/
/*media-pc02はPCブラウザ可変対応*/
/*グラデーション用*/
/*グラデーション用*/
/*グラデーション用*/
/*グラデーション用*/
/*******************************
interview
*******************************/
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  #index .each {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #index .each {
    margin: 0 auto;
    width: 90%;
  }
}
#index .each:nth-child(even) a {
  flex-direction: row-reverse;
}
#index .each:nth-child(even) a .photo {
  border-radius: 0 0.75em 0.75em 0;
}
#index .each:not(:last-child) {
  margin-bottom: 5em;
}
@media screen and (max-width: 599px) {
  #index .each:not(:last-child) {
    margin-bottom: 2.5em;
  }
}
#index .each:nth-child(4) a .txt h2 {
  font-size: 200%;
}
#index .each:nth-child(5) a .txt h2 {
  font-size: 180%;
}
#index .each:nth-child(5) a .txt .read {
  margin-top: 24px;
  font-size: 120%;
}
#index .each a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.75em;
  box-shadow: 0 0em 2em 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 599px) {
  #index .each a {
    display: block;
  }
}
#index .each a:hover .photo img {
  transform: scale(1.1);
}
#index .each a .photo {
  width: 50%;
  overflow: hidden;
  border-radius: 0.75em 0 0 0.75em;
}
@media screen and (max-width: 599px) {
  #index .each a .photo {
    width: 100%;
  }
}
#index .each a .photo img {
  width: 100%;
  transition: all 0.2s ease;
}
#index .each a .txt {
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  #index .each a .txt {
    padding: 0 2.5%;
  }
}
@media screen and (max-width: 599px) {
  #index .each a .txt {
    width: 100%;
    padding: 1.35em 5%;
  }
}
#index .each a .txt .number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00336A;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 599px) {
  #index .each a .txt .number {
    font-size: 75%;
    margin-bottom: 1.25em;
  }
}
#index .each a .txt .number span {
  margin: 0 0 0 0.1em;
  font-size: 250%;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
#index .each a .txt h2 {
  font-weight: 900;
  font-size: 250%;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  #index .each a .txt h2 {
    font-size: 237.5%;
  }
}
@media screen and (max-width: 599px) {
  #index .each a .txt h2 {
    font-size: 160%;
  }
}
#index .each a .txt .name {
  font-weight: 500;
  color: #333;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  #index .each a .txt .name {
    font-size: 87.5%;
  }
}
#index .each a .txt .name strong {
  font-size: 150%;
  padding-left: 0.5em;
}
@media screen and (max-width: 599px) {
  #index .each a .txt .name strong {
    padding-left: 0;
    font-size: 125%;
    display: block;
  }
}

/*******************************
interview_underlayer
*******************************/
#interview_underlayer #interviewTitle {
  position: relative;
  display: flex;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #interviewTitle {
    display: block;
  }
}
#interview_underlayer #interviewTitle .img {
  width: 50%;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #interviewTitle .img {
    width: 100%;
  }
}
#interview_underlayer #interviewTitle .txt {
  width: 50%;
  display: flex;
  align-items: center;
  background: #2068b4;
  color: #fff;
  box-sizing: border-box;
  padding: 0 2.5%;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #interviewTitle .txt {
    width: 100%;
    padding: 1.5em 5%;
    margin-top: -1px;
  }
}
#interview_underlayer #interviewTitle .txt h1 {
  font-weight: 900;
  font-size: 300%;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  margin-bottom: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  #interview_underlayer #interviewTitle .txt h1 {
    font-size: 250%;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  #interview_underlayer #interviewTitle .txt h1 {
    font-size: 150%;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  #interview_underlayer #interviewTitle .txt .name {
    font-size: 87.5%;
  }
}
#interview_underlayer #interviewTitle .txt .name strong {
  margin-left: 0.5em;
  font-size: 1.25em;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #interviewTitle .txt .name strong {
    display: block;
    margin-left: 0;
  }
}
#interview_underlayer #contents .each {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  #interview_underlayer #contents .each {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    overflow: hidden;
  }
}
#interview_underlayer #contents .each:nth-child(even) {
  flex-direction: row-reverse;
}
#interview_underlayer #contents .each:not(:last-child) {
  margin-bottom: 5em;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each:not(:last-child) {
    margin-bottom: 3.5em;
  }
}
#interview_underlayer #contents .each.layout01 .photo {
  width: 65%;
  margin-top: 5em;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each.layout01 .photo {
    width: 100%;
    margin-top: 0;
  }
}
#interview_underlayer #contents .each.layout01 .txt {
  width: 55%;
  margin-left: -20%;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  box-sizing: border-box;
  padding: 0 2em;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each.layout01 .txt {
    width: 100%;
    margin-left: 0;
    padding: 0;
    background: transparent;
  }
}
#interview_underlayer #contents .each .photo {
  width: 40%;
  opacity: 0;
  transform: translateY(2em);
  transition: opacity 0.8s, transform 0.8s;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each .photo {
    width: 100%;
    margin-top: 2.25em;
  }
}
#interview_underlayer #contents .each .photo.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
#interview_underlayer #contents .each .photo .img02 {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25em;
}
#interview_underlayer #contents .each .photo .img02 img {
  width: 48%;
}
#interview_underlayer #contents .each .txt {
  width: 56%;
  opacity: 0;
  transform: translateX(2em);
  transition: opacity 0.8s, transform 0.8s;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each .txt {
    width: 100%;
  }
}
#interview_underlayer #contents .each .txt.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
#interview_underlayer #contents .each .txt h2 {
  font-weight: 700;
  color: #00336A;
  font-size: 1.75em;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents .each .txt h2 {
    font-size: 1.375em;
  }
}
#interview_underlayer #contents .each .txt .q {
  color: #2068b4;
  font-weight: 500;
  padding-left: 2.5em;
  margin-bottom: 0.25em;
  position: relative;
}
#interview_underlayer #contents .each .txt .q::before {
  content: "";
  width: 2.25em;
  height: 1px;
  background: #2068b4;
  position: absolute;
  top: 0.8em;
  left: 0;
}
#interview_underlayer #contents .each .txt .q02 {
  color: #2068b4;
  font-weight: 500;
  margin-bottom: 2.25em;
}
#interview_underlayer #contents .each .txt .a {
  margin-bottom: 2em;
  padding-left: 2.5em;
}
#interview_underlayer #contents .each .txt .a.last {
  margin-bottom: 0;
}
#interview_underlayer #contents #back {
  width: 32em;
  max-width: 90%;
  margin: 0 auto;
}
#interview_underlayer #contents #back a {
  display: block;
  border: 1px solid #00336A;
  border-radius: 0.375em;
  padding: 0.5em 0;
  text-align: center;
  color: #00336A;
  font-weight: 700;
  background: url(/common2022/images/icon_basic.svg) no-repeat 98% center;
  background-size: 1em auto;
}
@media screen and (max-width: 599px) {
  #interview_underlayer #contents #back a {
    font-size: 87.5%;
  }
}

/*******************************
common
*******************************/
.cta {
  position: relative;
  margin-bottom: 16px;
  margin-top: 7em;
}
@media screen and (max-width: 599px) {
  .cta {
    margin-top: 4em;
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: calc(100% - 140px);
  background: rgb(239, 251, 255);
  background: linear-gradient(90deg, rgb(239, 251, 255) 0%, rgb(249, 247, 241) 100%);
  z-index: -1;
}
.cta__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.cta__content {
  width: calc((100% - 80px) / 3);
  position: relative;
  padding-bottom: 120px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1960784314);
}
@media screen and (max-width: 599px) {
  .cta__content {
    width: 90%;
    margin: 0 auto;
  }
}
.cta__img {
  width: 100%;
  height: 230px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .cta__img {
    height: 200px;
  }
}
.cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta__txt {
  padding: 32px 32px 0 32px;
}
@media screen and (max-width: 599px) {
  .cta__txt {
    padding: 20px 20px 0 20px;
  }
}
.cta__txt h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cta__txt dl {
  display: flex;
  font-weight: bold;
}
.cta__txt dl:first-of-type {
  margin-top: 20px;
}
.cta .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  color: #00336A;
  font-weight: bold;
  border: 1px solid #00336A;
  border-radius: 6px;
  position: absolute;
  bottom: 32px;
  width: 80%;
  left: 10%;
  font-size: 16px;
  box-sizing: border-box;
}
.cta .btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

#departmentArea {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 5em auto 0;
}

#departmentArea h2 {
  width: 100%;
  background-color: #00336A;
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
  padding: 15px 20px;
  font-weight: bold;
}

#departmentArea a {
  width: 32%;
  margin-bottom: 15px;
}

#departmentArea a:not(:nth-of-type(3n)) {
  margin-right: 2%;
}

#departmentArea .departmentImg {
  position: relative;
  width: 100%;
  height: 250px;
}

#departmentArea .departmentImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#departmentArea .departmentImg .name {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 5px 1em;
  background: rgba(0, 51, 106, 0.9);
  font-size: 15px;
  color: #fff;
  box-sizing: border-box;
}

#departmentArea .name span {
  display: block;
  font-size: 85%;
}

#departmentArea .departmentClass {
  font-weight: 500;
  color: #00336A;
  text-decoration: underline;
  margin-top: 0.5em;
}

@media screen and (max-width: 599px) {
  #departmentArea {
    width: 90%;
    margin-top: 3.5em;
  }
  #departmentArea h2 {
    font-size: 16px;
    padding: 10px 0 10px 10px;
  }
  #departmentArea a:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  #departmentArea a {
    width: 100% !important;
  }
  #departmentArea .departmentImg {
    height: 200px;
  }
  #departmentArea .departmentImg .name {
    font-size: 13px;
  }
}