@charset "utf-8";

/* ==========================================================================
  interview
  ========================================================================== */
.interviewList {
}
.interviewList .container {
}
.interviewList .column:first-child {
  border-top: 1px solid #b3b3b3;
}
.interviewList .column {
  border-bottom: 1px solid #b3b3b3;
}
.interviewList .imgArea {
}
.interviewList .imgArea img {
  width: 100%;
  height: auto;
}
.interviewList .txtArea {
}
.interviewList .txtArea h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.interviewList .txtArea p {
  letter-spacing: 0.05em;
}
.interviewList .txtArea .btnLink {
}

@media screen and (max-width: 767px) {
  .interviewList {
  }
  .interviewList .container {
  }
  .interviewList .column {
    padding: 35px 0;
  }
  .interviewList .imgArea {
    margin-bottom: 25px;
  }
  .interviewList .imgArea img {
  }
  .interviewList .txtArea {
  }
  .interviewList .txtArea h3 {
    margin: 0 0 15px;
    font-size: 1.9rem;
  }
  .interviewList .txtArea p {
    margin: 0 0 20px;
    font-size: 1.3rem;
  }
  .interviewList .txtArea .btnLink {
    width: 76.78%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .interviewList {
  }
  .interviewList .container {
  }
  .interviewList .column {
    display: flex;
    padding: 55px 0 60px;
  }
  .interviewList .imgArea {
    width: 50%;
  }
  .interviewList .imgArea img {
  }
  .interviewList .txtArea {
    width: 50%;
    padding: 25px 0 0 4.46%;
    box-sizing: border-box;
  }
  .interviewList .txtArea h3 {
    margin: 0 0 25px;
    font-size: 2.8rem;
  }
  .interviewList .txtArea p {
    margin: 0 0 30px;
    font-size: 1.5rem;
  }
  .interviewList .txtArea .btnLink {
    width: 260px;
  }
}

/* ==========================================================================
  nameNavi
  ========================================================================== */
.nameNavi {
  border-bottom: 1px solid #b3b3b3;
}
.nameNavi .container {
}
.nameNavi ul {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
.nameNavi li {
}
.nameNavi a {
  display: block;
  text-align: center;
}
.nameNavi a span {
  font-size: 1.8rem;
}
.nameNavi .current a {
  border-color: #00b7e7;
}

@media screen and (max-width: 767px) {
  .nameNavi {
    margin-bottom: 50px;
  }
  .nameNavi .container {
  }
  .nameNavi ul {
    margin: 0;
    gap: 3px;
  }
  .nameNavi li {
    flex-grow: 1;
  }
  .nameNavi a {
    padding-bottom: 10px;
    border-bottom: 4px solid #f3f3f3;
    font-size: 1.1rem;
  }
  .nameNavi a span {
    font-size: 1.1rem;
  }
  .note {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .nameNavi {
    margin-bottom: 95px;
  }
  .nameNavi .container {
  }
  .nameNavi ul {
    margin: 0 80px;
    gap: 7px;
  }
  .nameNavi li {
    flex-grow: 1;
  }
  .nameNavi a {
    padding-bottom: 20px;
    border-bottom: 8px solid #f3f3f3;
    font-size: 2.6rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    transition: border-color 0.2s ease-out;
  }
  .nameNavi a:hover {
    border-color: #00b7e7;
    transition: border-color 0.2s ease-out;
  }
  .note {
    font-size: 1.4rem;
    text-align: right;
  }
}

/* ==========================================================================
  profile
  ========================================================================== */
.profile {
}
.profile .container {
}
.profile .ttl {
  font-weight: 100;
  letter-spacing: 0.05em;
}
.profile .box {
  position: relative;
  border: 1px solid #b3b3b3;
}
.profile .box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  z-index: -1;
}
.profile .imgArea {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.profile .imgArea img {
  width: 100%;
  height: auto;
}
.profile .txtArea {
}
.profile .txtItem {
}
.profile .txtItem .name {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.profile .txtItem .name span {
  display: block;
  color: #00b7e7;
  font-family: "Advent Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.profile .txtItem dl {
}
.profile .txtItem dt {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.profile .txtItem dd {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.profile .txtItem .bg {
  margin: 0;
}
.profile .txtItem .bg span {
  display: inline-block;
  background: #00b7e7;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.profile .subTtl {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .profile {
    margin-bottom: 25px;
  }
  .profile .container {
  }
  .profile .ttl {
    margin: 0 0 110px;
    font-size: 2.3rem;
    text-align: center;
  }
  .profile .box {
    margin-bottom: 45px;
    padding: 100px 25px 30px;
    border-radius: 13px;
  }
  .profile .box::after {
    left: 5px;
    top: 5px;
    border-radius: 13px;
  }
  .profile .imgArea {
    width: 180px;
    height: 180px;
  }
  .profile .imgArea img {
  }
  .profile .txtArea {
  }
  .profile .txtItem {
    margin-bottom: 20px;
  }
  .profile .txtItem:last-child {
    margin-bottom: 0;
  }
  .profile .txtItem .name {
    font-size: 1.9rem;
  }
  .profile .txtItem .name span {
    margin-top: 5px;
    font-size: 1.1rem;
  }
  .profile .txtItem dl {
    margin: 15px 0 0;
  }
  .profile .txtItem dt {
    font-size: 1.3rem;
  }
  .profile .txtItem dd {
    font-size: 1.3rem;
  }
  .profile .txtItem .bg {
  }
  .profile .txtItem .bg span {
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 1.5rem;
  }
  .profile .txtItem .bg span:last-child {
    margin-bottom: 0;
  }
  .profile .subTtl {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .profile {
    margin-bottom: 55px;
  }
  .profile .container {
  }
  .profile .ttl {
    margin: 0 0 40px;
    font-size: 3.6rem;
  }
  .profile .box {
    margin-bottom: 80px;
    padding: 55px 80px 40px;
    border-radius: 26px;
  }
  .profile .box::after {
    left: 10px;
    top: 10px;
    border-radius: 26px;
  }
  .profile .imgArea {
    width: 240px;
    height: 240px;
  }
  .profile .imgArea img {
  }
  .profile .txtArea {
    display: flex;
    justify-content: space-between;
  }
  .profile .txtItem {
    width: 40%;
    text-align: center;
  }
  .profile .txtItem .name {
    font-size: 2.8rem;
    text-align: left;
  }
  .profile .txtItem .name span {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .profile .txtItem dl {
    margin: 20px 0 0;
    text-align: left;
  }
  .profile .txtItem dt {
    font-size: 1.5rem;
  }
  .profile .txtItem dd {
    font-size: 1.5rem;
  }
  .profile .txtItem .bg {
    display: inline-block;
    margin-top: 30px;
    text-align: left;
  }
  .profile .txtItem .bg span {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 2rem;
  }
  .profile .txtItem .bg span:last-child {
    margin-bottom: 0;
  }
  .profile .subTtl {
    font-size: 2.6rem;
  }
}

/* ==========================================================================
  conversation
  ========================================================================== */
.conversation {
}
.conversation .container {
}
.conversation .detail:last-child {
  margin-bottom: 0;
}
.conversation .detail h3 {
  font-weight: 300;
  letter-spacing: 0.05em;
}
.conversation .decoration {
  color: #bfbfbf;
  font-family: "Advent Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.conversation .decoration .from {
  color: #ff456a;
  text-decoration: none;
}
.conversation .decoration .to {
  color: #00b7e7;
  text-decoration: none;
}
.conversation .fromBox {
}
.conversation .fromBox .badge {
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  background: #ff456a;
  letter-spacing: 0.05em;
}
.conversation .fromBox .txt {
  margin: 0;
}
.conversation .toBox {
}
.conversation .toBox:last-child {
  margin-bottom: 0;
}
.conversation .toBox .badge {
  display: inline-block;
  margin: 0;
  border-radius: 4px;
  color: #fff;
  background: #00b7e7;
  letter-spacing: 0.05em;
}
.conversation .toBox .txt {
  background: #f3f3f3;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .conversation {
    margin-bottom: 75px;
  }
  .conversation .container {
  }
  .conversation .detail {
    margin-bottom: 40px;
  }
  .conversation .detail h3 {
    margin: 0 0 25px;
    font-size: 1.8rem;
  }
  .conversation .decoration {
    display: none;
  }
  .conversation .decoration .from {
  }
  .conversation .decoration .to {
  }
  .conversation .fromBox {
    margin-bottom: 15px;
  }
  .conversation .fromBox .badge {
    margin: 0 0 5px;
    padding: 0 5px;
    font-size: 1.2rem;
  }
  .conversation .fromBox .txt {
    font-size: 1.3rem;
  }
  .conversation .toBox {
    margin-bottom: 35px;
  }
  .conversation .toBox .badge {
    padding: 0 5px;
    font-size: 1.2rem;
  }
  .conversation .toBox .txt {
    margin: -5px 0 0;
    padding: 15px 20px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .conversation {
    margin-bottom: 150px;
  }
  .conversation .container {
  }
  .conversation .detail {
    margin-bottom: 150px;
  }
  .conversation .detail h3 {
    margin: 0 0 55px;
    font-size: 2.6rem;
  }
  .conversation .decoration {
    position: relative;
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  .conversation .detail:nth-child(even) .decoration {
    text-align: right;
  }
  .conversation .decoration span {
    padding: 0 20px 0 0;
    background: #fff;
  }
  .conversation .detail:nth-child(even) .decoration span {
    padding: 0 0 0 20px;
  }
  .conversation .decoration::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #b3b3b3;
    z-index: -1;
  }
  .conversation .decoration .from {
  }
  .conversation .decoration .to {
  }
  .conversation .fromBox {
    margin-bottom: 45px;
  }
  .conversation .detail:nth-child(odd) .fromBox {
    padding-left: 25%;
  }
  .conversation .detail:nth-child(even) .fromBox {
    padding-right: 25%;
  }
  .conversation .fromBox .badge {
    margin: 0 0 10px;
    padding: 0 10px 2px;
    font-size: 1.3rem;
  }
  .conversation .fromBox .txt {
  }
  .conversation .toBox {
    margin-bottom: 45px;
  }
  .conversation .detail:nth-child(odd) .toBox {
    padding-left: 25%;
  }
  .conversation .detail:nth-child(even) .toBox {
    padding-right: 25%;
  }
  .conversation .toBox .badge {
    padding: 0 10px 2px;
    font-size: 1.3rem;
  }
  .conversation .toBox .txt {
    margin: -12px 0 0;
    padding: 20px 45px;
  }
}

/* ==========================================================================
  nameSubNavi
  ========================================================================== */
.nameSubNavi {
}
.nameSubNavi .container {
}
.nameSubNavi dl {
  margin: 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
.nameSubNavi dt {
  font-family: "Advent Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.nameSubNavi dd {
}
.nameSubNavi ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 3px;
}
.nameSubNavi li {
  flex-grow: 1;
}
.nameSubNavi a {
  display: block;
  border-bottom: 5px solid #f3f3f3;
  line-height: 1;
  letter-spacing: 0.05em;
}
.nameSubNavi .current a {
  border-color: #00b7e7;
}

@media screen and (max-width: 767px) {
  .nameSubNavi {
    margin-bottom: 55px;
  }
  .nameSubNavi .container {
    margin: 0;
  }
  .nameSubNavi dl {
    padding: 10px 20px 0;
  }
  .nameSubNavi dt {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .nameSubNavi dd {
    margin: 0;
  }
  .nameSubNavi ul {
    justify-content: space-between;
  }
  .nameSubNavi li {
  }
  .nameSubNavi a {
    padding: 15px 0;
    font-size: 1.1rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .nameSubNavi {
    margin-bottom: 75px;
  }
  .nameSubNavi .container {
  }
  .nameSubNavi dl {
    display: flex;
    padding: 0 35px;
    align-items: center;
  }
  .nameSubNavi dt {
    padding-right: 50px;
    border-right: 1px solid #b3b3b3;
    font-size: 2rem;
  }
  .nameSubNavi dd {
    margin-left: 35px;
  }
  .nameSubNavi ul {
  }
  .nameSubNavi li {
    min-width: 125px;
    margin-right: 10px;
  }
  .nameSubNavi a {
    padding: 35px 20px 25px;
    font-size: 1.5rem;
    text-align: center;
    transition: border-color 0.2s ease-out;
  }
  .nameSubNavi a:hover {
    border-color: #00b7e7;
    transition: border-color 0.2s ease-out;
  }
}

/* ==========================================================================
  interviewListNavi
  ========================================================================== */
.interviewListNavi {
  background: #f3f3f3;
}
.interviewListNavi .container {
}
.interviewListNavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.interviewListNavi li {
}
.interviewListNavi a {
  background: #fff;
  border-bottom: 3px solid #00b7e7;
  align-items: center;
}
.interviewListNavi .img {
}
.interviewListNavi .img img {
  width: 100%;
  height: auto;
}
.interviewListNavi .txt {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .interviewListNavi {
    padding: 25px 0;
  }
  .interviewListNavi .container {
  }
  .interviewListNavi ul {
  }
  .interviewListNavi li {
    margin-bottom: 10px;
  }
  .interviewListNavi li:last-child {
    margin-bottom: 0;
  }
  .interviewListNavi a {
    display: flex;
    padding: 10px;
  }
  .interviewListNavi .img {
    width: 44.23%;
  }
  .interviewListNavi .img img {
  }
  .interviewListNavi .txt {
    padding: 0 10px 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .interviewListNavi {
    padding: 40px 0;
  }
  .interviewListNavi .container {
  }
  .interviewListNavi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .interviewListNavi li {
    width: calc(25% - 15px);
  }
  .interviewListNavi li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .interviewListNavi li:nth-child(3n) {
    margin-right: 0;
  }
  .interviewListNavi a {
    display: block;
    padding: 20px;
    transition: box-shadow 0.4s ease, transform 0.4s ease, z-index 0s ease,
      -webkit-transform 0.4s ease;
  }
  .interviewListNavi a:hover {
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
    transition: box-shadow 0.4s ease, transform 0.4s ease, z-index 0s ease,
      -webkit-transform 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
  /* IE hack */
  _:-ms-input-placeholder,
  :root .interviewListNavi a:hover {
    box-shadow: none;
    transform: none;
  }
  .interviewListNavi .img {
    display: block;
    margin-bottom: 15px;
  }
  .interviewListNavi .img img {
  }
  .interviewListNavi .txt {
    display: block;
    text-align: center;
  }
}
