@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : interview.css
Description : 社員インタビュー
===================================================================== */
/* ========================================================
    submv
======================================================== */
@media screen and (min-width: 768px) {
  .submv.index .submv_column::after {
    background-image: url(../images/interview/submv_bg01_pc.jpg);
  }
}

.submv.interview01 .submv_column::after {
  background-image: url(../images/interview/interview01/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv.interview01 .submv_column::after {
    background-image: url(../images/interview/interview01/submv_bg01_pc.jpg);
  }
}

.submv.interview02 .submv_column::after {
  background-image: url(../images/interview/interview02/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv.interview02 .submv_column::after {
    background-image: url(../images/interview/interview02/submv_bg01_pc.jpg);
  }
}

.submv.interview03 .submv_column::after {
  background-image: url(../images/interview/interview03/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv.interview03 .submv_column::after {
    background-image: url(../images/interview/interview03/submv_bg01_pc.jpg);
  }
}

.submv.interview04 .submv_column::after {
  background-image: url(../images/interview/interview04/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv.interview04 .submv_column::after {
    background-image: url(../images/interview/interview04/submv_bg01_pc.jpg);
  }
}

.submv.interview05 .submv_column::after {
  background-image: url(../images/interview/interview05/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv.interview05 .submv_column::after {
    background-image: url(../images/interview/interview05/submv_bg01_pc.jpg);
  }
}

.submv.interview06 .submv_column::after {
  background-image: url(../images/interview/interview06/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv.interview06 .submv_column::after {
    background-image: url(../images/interview/interview06/submv_bg01_pc.jpg);
  }
}

/* ========================================================
    page
======================================================== */
.page {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .page {
    padding: 12rem 0;
  }
}
.page .inner {
  max-width: 1840px;
}
.page_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page_column {
    width: 80%;
    margin: 0 auto;
  }
}
.page_wrap {
  position: relative;
  width: 100%;
}
.page_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -4rem;
}
@media screen and (min-width: 768px) {
  .page_list {
    margin-top: -3rem;
  }
}
.page_list > li {
  position: relative;
  width: 100%;
  margin: 4rem 0 0 0;
  background: linear-gradient(225deg, #e7edf8 0%, #dbf0f0 100%);
}
@media screen and (min-width: 768px) {
  .page_list > li {
    width: 31.8181818182%;
    margin: 3rem 0 0 2.2727272727% !important;
  }
}
@media screen and (min-width: 768px) {
  .page_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.page_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4rem;
}
@media screen and (min-width: 768px) {
  .page_list > li > a {
    padding: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .page_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .page_list > li > a:hover .page_item_img > figure > img {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .page_list > li > a:hover .page_item_btn > span::before {
    right: -0.5rem;
  }
}
.page_item {
  position: relative;
  width: 100%;
}
.page_item_img {
  position: relative;
  width: 100%;
}
.page_item_img > figure {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.page_item_img > figure > img {
  transition: 0.3s ease;
}
.page_item_ttl {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page_item_ttl {
    margin-top: 2rem;
  }
}
.page_item_ttl > span {
  display: inline-block;
  /*padding: 0.2em 0.5em 0.3em 0.5em;*/
  color: #306cc7;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 0.4rem;
  /*background-color: $color-blue;*/
}
@media screen and (min-width: 768px) {
  .page_item_ttl > span {
    font-size: 1.8rem;
  }
}
.page_item_ttl > em {
  display: block;
  margin-top: 0.2em;
  color: #306cc7;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_item_ttl > em {
    font-size: 3.6rem;
  }
}
.page_item_btn {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page_item_btn {
    margin-top: 1.5rem;
  }
}
.page_item_btn > span {
  position: relative;
  display: inline-block;
  padding-right: 4em;
  color: #e31d1a;
  font-family: "Lexend Exa", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_item_btn > span {
    font-size: 1.4rem;
  }
}
.page_item_btn > span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  height: 2em;
  aspect-ratio: 60/40;
  background-image: url(../images/common/arrow_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

/* ========================================================
    interview
======================================================== */
.interview {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .interview {
    padding: 12rem;
  }
}
.interview .inner {
  max-width: 1480px;
}
.interview_column {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .interview_column {
    width: 94%;
    margin: 0 auto;
  }
}
.interview_wrap {
  position: relative;
  width: 100%;
}
.interview_list {
  position: relative;
  width: 100%;
}
.interview_list > li {
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .interview_list > li {
    margin-top: 7.5rem;
  }
}
.interview_list > li:first-child {
  margin-top: 0;
}
.interview_list > li:nth-child(2n) .interview_item {
  flex-direction: row-reverse;
}
.interview_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.interview_item_ttl {
  position: relative;
  width: 100%;
}
.interview_item_ttl > h3 {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  padding: 0.4em 0.8em;
  background-color: #e0e9f3;
}
.interview_item_ttl > h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background-color: #e0e9f3;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .interview_item_ttl > h3::before {
    width: 1.8rem;
  }
}
.interview_item_ttl > h3 > span {
  display: block;
  margin: 0.55em 0.8em 0 0;
  color: #e31d1a;
  font-family: "Lexend Exa", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.interview_item_ttl > h3 > em {
  display: block;
  color: #306cc7;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.interview_item_detail {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .interview_item_detail {
    width: 47.1428571429%;
    margin-top: 3.6rem;
  }
}
.interview_item_detail > :first-child {
  margin-top: 0 !important;
}
.interview_item_lead {
  position: relative;
  width: 100%;
  color: #00184D;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .interview_item_lead {
    font-size: 2.5rem;
  }
}
.interview_item_text {
  position: relative;
  width: 100%;
  margin-top: 3.2rem;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .interview_item_text {
    margin-top: 2.4rem;
  }
}
.interview_item_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0.3rem;
  height: 100%;
  background-color: #e31d1a;
}
.interview_item_text > p {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .interview_item_text > p {
    margin-top: 3rem;
  }
}
.interview_item_text > p:first-child {
  margin-top: 0;
}
.interview_item_img {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .interview_item_img {
    width: 47.1428571429%;
    margin-top: 3.6rem;
  }
}
.interview_item_img > figure {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.interview_message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 12rem;
  padding: 6rem 4rem;
}
@media screen and (min-width: 768px) {
  .interview_message {
    margin-top: 9rem;
    padding: 4rem;
  }
}
.interview_message::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-color: #e0e9f3;
  z-index: -2;
}
.interview_message_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  aspect-ratio: 590/210;
  border-radius: 1rem;
  background-color: #306cc7;
}
@media screen and (min-width: 768px) {
  .interview_message_ttl {
    width: 22.7272727273%;
    aspect-ratio: 300/280;
  }
}
.interview_message_ttl > h3 {
  position: relative;
  width: auto;
}
.interview_message_ttl > h3 > span {
  display: block;
  color: #94aaae;
  font-family: "Lexend Exa", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .interview_message_ttl > h3 > span {
    font-size: 1.6rem;
  }
}
.interview_message_ttl > h3 > em {
  display: block;
  margin-top: 0.2em;
  color: #ffffff;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .interview_message_ttl > h3 > em {
    font-size: 3rem;
  }
}
.interview_message_detail {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .interview_message_detail {
    width: 74.2424242424%;
    margin-top: 0;
  }
}
.interview_message_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .interview_message_text {
    margin-top: 3rem;
  }
}
.interview_message_text:first-child {
  margin-top: 0;
}
.interview_personal {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 12rem;
  padding: 8rem 4rem;
}
@media screen and (min-width: 768px) {
  .interview_personal {
    margin-top: 9rem;
    padding: 6rem 10rem;
  }
}
.interview_personal::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-color: #ffffff;
  z-index: -2;
}
.interview_personal_data01 {
  position: relative;
  width: 100%;
}
.interview_personal_data02 {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .interview_personal_data02 {
    margin-top: 4.5rem;
  }
}
.interview_personal_ttl {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .interview_personal_ttl {
    margin-top: 4.5rem;
    padding-bottom: 1.2rem;
  }
}
.interview_personal_ttl:first-child {
  margin-top: 0;
}
.interview_personal_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}
.interview_personal_ttl > span {
  display: block;
  color: #94aaae;
  font-family: "Lexend Exa", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .interview_personal_ttl > span {
    font-size: 1.6rem;
  }
}
.interview_personal_ttl > em {
  display: block;
  margin-top: 0.2em;
  color: #306cc7;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .interview_personal_ttl > em {
    font-size: 3rem;
  }
}
.interview_personal_ttl > em:first-child {
  margin-top: 0;
}
.interview_personal_schedule {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .interview_personal_schedule {
    margin-top: 3rem;
  }
}
.interview_personal_schedule > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
  padding: 2rem 4rem;
  border-radius: 2rem;
  background-color: #f5faff;
}
@media screen and (min-width: 768px) {
  .interview_personal_schedule > li {
    margin-top: 1.5rem;
    padding: 1.5rem 3rem;
  }
}
.interview_personal_schedule > li:first-child {
  margin-top: 0;
}
.interview_personal_schedule > li > span {
  position: relative;
  display: block;
  width: 5.5em;
  padding-left: 1em;
  color: #306cc7;
  font-family: "Lexend Exa", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
}
.interview_personal_schedule > li > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0.3em;
  height: 80%;
  background-color: #e31d1a;
  transform: translateY(-50%);
}
.interview_personal_schedule > li > em {
  position: relative;
  display: block;
  width: calc(100% - 5.5em);
}
.interview_personal_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .interview_personal_text {
    margin-top: 3rem;
  }
}
.interview_careerpath {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .interview_careerpath {
    margin-top: 9rem;
  }
}
.interview_careerpath_ttl {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .interview_careerpath_ttl {
    width: 34.2857142857%;
  }
}
.interview_careerpath_ttl > h3 {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.4em calc(0.8em + 3rem) 0.4em 0.8em;
  background-color: #e0e9f3;
  clip-path: polygon(0% 0%, calc(100% - 3rem) 0%, 100% 50%, calc(100% - 3rem) 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .interview_careerpath_ttl > h3 {
    display: block;
    width: 100%;
  }
}
.interview_careerpath_ttl > h3 > em {
  display: block;
  color: #306cc7;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .interview_careerpath_ttl > h3 > em {
    font-size: 3rem;
  }
}
.interview_careerpath_detail {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .interview_careerpath_detail {
    width: 61.4285714286%;
    margin-top: -0.5rem;
  }
}
.interview_careerpath_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .interview_careerpath_text {
    margin-top: 3rem;
  }
}
.interview_careerpath_text:first-child {
  margin-top: 0;
}

/* ========================================================
    other
======================================================== */
.other {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .other {
    padding: 12rem 0;
  }
}
.other::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg06.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -2;
}
.other_column {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .other_column {
    width: 80%;
    margin: 0 auto;
  }
}
.other_ttl {
  position: relative;
  width: 100%;
  margin-top: -0.5em;
  text-align: center;
}
.other_ttl > span {
  position: relative;
  display: inline-block;
  color: #043d93;
  font-family: "Lexend Exa", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .other_ttl > span {
    font-size: 1.8rem;
  }
}
.other_ttl > em {
  display: block;
  margin-top: 0.15em;
  color: #043d93;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
.other_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .other_wrap {
    margin-top: 6rem;
  }
}
.other_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -3.2rem;
}
@media screen and (min-width: 768px) {
  .other_list {
    margin-top: -2.4rem;
  }
}
.other_list > li {
  width: 88.0597014925%;
  margin: 3.2rem auto 0 auto;
  border-radius: 2rem;
  background-color: #e0e9f3;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .other_list > li {
    width: 49%;
    margin: 2.4rem 0 0 2% !important;
  }
}
@media screen and (min-width: 768px) {
  .other_list > li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.other_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .other_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .other_list > li > a:hover .other_item::before {
    left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .other_list > li > a:hover .other_item_img > figure > img {
    transform: scale(1.05);
  }
}
.other_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 2rem 3rem;
}
@media screen and (min-width: 768px) {
  .other_item {
    padding: 1.5rem 3rem;
  }
}
.other_item::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  display: block;
  width: 0.3rem;
  height: 6rem;
  background-color: #e31d1a;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.other_item_img {
  position: relative;
  width: 26.4150943396%;
}
@media screen and (min-width: 768px) {
  .other_item_img {
    width: 22.7272727273%;
  }
}
.other_item_img > figure {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.other_item_img > figure > img {
  transition: 0.3s ease;
}
.other_item_text {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 67.9245283019%;
}
@media screen and (min-width: 768px) {
  .other_item_text {
    width: 71.5909090909%;
  }
}
.other_item_text > dt {
  width: 100%;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .other_item_text > dt {
    margin-top: 0.6rem;
  }
}
.other_item_text > dt > span {
  display: block;
  color: #306cc7;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .other_item_text > dt > span {
    font-size: 1.6rem;
  }
}
.other_item_text > dd {
  width: 100%;
}
.other_item_text > dd > span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .other_item_text > dd > span {
    font-size: 1.6rem;
  }
}
.other_btn {
  position: relative;
  width: 54rem;
  aspect-ratio: 540/110;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .other_btn {
    width: 52rem;
    aspect-ratio: 520/80;
    margin: 6rem auto 0 auto;
  }
}
.other_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border: 1px solid #306cc7;
  border-radius: 5.5rem;
  background-color: #306cc7;
}
@media screen and (min-width: 768px) {
  .other_btn > a {
    border-radius: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .other_btn > a:hover {
    background-color: #ffffff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .other_btn > a:hover::before {
    background-color: #306cc7;
    transform: translateY(-50%) scale(1.8);
  }
}
@media screen and (min-width: 768px) {
  .other_btn > a:hover > span {
    color: #306cc7;
  }
}
.other_btn > a::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .other_btn > a::before {
    width: 0.6rem;
  }
}
.other_btn > a > span {
  display: block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-0.1em);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .other_btn > a > span {
    font-size: 2.6rem;
  }
}/*# sourceMappingURL=interview.css.map */