@charset "utf-8";

/*
  File Name   : common.css
  Description : コンテンツエリア共通
*/

/* section
============================================================ */
.com-section-inner {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-section-inner {
    width: 100%;
  }
}

/* section2
============================================================ */
.com-section-inner2 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-section-inner2 {
    width: 100%;
  }
}

/* font-serif
============================================================ */
.com-font-serif {
  font-family: "Noto Serif JP", serif;
}

/* com-title
============================================================ */
.com-title {
}
.com-title img {
  width: auto;
  height: 170px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-title img {
    height: 85px;
  }
}

/* com-title2
============================================================ */
.com-title2 {
}
.com-title2 img {
  width: auto;
  height: 130px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-title2 img {
    height: 75px;
  }
}

/* com-profiles
============================================================ */
.com-profiles {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  gap: 36px;
  margin: 0 auto;
}
.com-profiles__item {
  width: calc((100% - (36px * 3)) / 4 - 0.1px);
}
.com-profiles__item__link {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  height: 100%;
}
.com-profiles__item__link:link,
.com-profiles__item__link:hover,
.com-profiles__item__link:active,
.com-profiles__item__link:visited {
  color: #000;
  text-decoration: none;
}
.com-profiles__item__photo__img {
  width: 100%;
  height: auto;
  aspect-ratio: 485/400;
  object-fit: cover;
}
.com-profiles__item__name {
  margin-top: 24px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
}
.com-profiles__item__deptyear {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.25;
}
.com-profiles__item__deptyear span {
  display: inline-block;
}
.com-profiles__item__join {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.25;
}
.com-profiles__item__join span {
  display: inline-block;
}
.com-profiles__item__icon {
  margin-top: auto;
  padding-top: 10px;
}
.com-profiles__item__icon__img {
  width: 100%;
  max-width: 110px;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 900px) {
  .com-profiles {
    gap: 22px;
  }
  .com-profiles__item {
    width: calc((100% - (22px * 3)) / 4 - 0.1px);
  }
  .com-profiles__item__name {
    font-size: 19px;
  }
  .com-profiles__item__deptyear {
    font-size: 13px;
  }
  .com-profiles__item__join {
    font-size: 13px;
  }
}

@media screen and (max-width: 811px) {
  .com-profiles {
    gap: 26px;
    max-width: 520px;
  }
  .com-profiles__item {
    width: calc((100% - (26px * 1)) / 2 - 0.1px);
  }
  .com-profiles__item__name {
    margin-top: 12px;
    font-size: 17px;
  }
  .com-profiles__item__deptyear {
    margin-top: 8px;
    font-size: 13px;
  }
  .com-profiles__item__join {
    margin-top: 8px;
    font-size: 13px;
  }
  .com-profiles__item__icon {
    padding-top: 10px;
  }
  .com-profiles__item__icon__img {
    max-width: 90px;
  }
}

@media screen and (max-width: 481px) {
  .com-profiles__item {
    width: 100%;
  }
}

/* com-interview-staffs
============================================================ */
.com-interview-staffs {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.com-interview-staffs__item + .com-interview-staffs__item {
  margin-top: 75px;
}
.com-interview-staffs__item__title {
  color: #0042a3;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.4;
  text-align: center;
}
.com-interview-staffs__item__title span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.com-interview-staffs__item__title span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 0;
  transform: translateX(-50%);
  border-bottom: 1px solid #0042a3;
}
.com-interview-staffs__item__body {
  margin-top: 45px;
}
.com-interview-staffs__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 490px;
  margin: 105px auto 0;
  gap: 50px;
}
.com-interview-staffs__btns__link__img {
  width: 220px;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-interview-staffs__item + .com-interview-staffs__item {
    margin-top: 45px;
  }
  .com-interview-staffs__item__title {
    font-size: 16px;
  }
  .com-interview-staffs__item__title span::after {
    width: 22px;
  }
  .com-interview-staffs__item__body {
    margin-top: 25px;
  }
  .com-interview-staffs__btns {
    margin-top: 55px;
    gap: 15px;
  }
  .com-interview-staffs__btns__link__img {
    width: 155px;
  }
}
@media screen and (max-width: 481px) {
  .com-interview-staffs__btns {
    flex-direction: column;
    align-items: center;
  }
}
