@charset "utf-8";

/* iv
/* ---------------------------------------------------------------------------------------------------- */

#iv_heading_back {
  height: 515px;
  display: table;
  margin-bottom: 75px;
}
#iv_heading_back .iv_wrapper01 {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#iv_heading_back .iv_wrapper02 {
  max-width: 1150px;
  margin: 0 auto;
}
#iv_heading_area {
  padding: 80px 25px 0 25px;
  width: 350px;
  font-weight: 600;
  color: #333;
}
#iv_heading_back .right {
  margin-left: auto;
  text-align: right;
}
#iv_heading_back .left {
  margin-right: auto;
  text-align: left;
}
#iv_heading_area h1 {
  font-size: 26px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1E2380;
}
#iv_heading_area span {
  font-size: 18px;
  margin-right: 15px;
}
#iv_heading_area p:nth-of-type(1) {
  font-size: 14px;
  color: #1E2380;
  margin-bottom: 10px;
}
#iv_heading_area p:nth-of-type(2) {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #iv_heading_back {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    height: auto;
    display: block;
    background: none;
  }
  #iv_heading_back .iv_wrapper01 {
    width: 100%;
    padding: 25px 25px 25px 25px;
    height: auto;
    display: block;
  }
  #iv_heading_area {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #iv_heading_area h1, #iv_heading_area p {
    width: 100%;
    text-align: center;
  }
  #iv_heading_back .iv_wrapper02 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #iv_heading_back {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    height: auto;
    display: block;
    background: none;
  }
  #iv_heading_back .iv_wrapper01 {
    width: 100%;
    padding: 25px 25px 25px 25px;
    height: auto;
    display: block;
  }
  #iv_heading_area {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #iv_heading_area h1, #iv_heading_area p {
    width: 100%;
    text-align: center;
  }
  #iv_heading_back .iv_wrapper02 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    height: auto;
  }
}

/* iv_top */

.iv_top {
  max-width: 1500px;
  padding: 0 50px;
  margin: 0 auto 75px auto;
  line-height: 175%;
  font-size: 15px;
}
.iv_top img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .iv_top {
    display: flex;
    justify-content: space-between;
  }
  .iv_top_reverse {
    flex-direction: row-reverse;
  }
  .iv_top .iv_photo {
    width: 47%;
  }
  .iv_top .iv_text {
    width: 47%;
  }
  .iv_top .iv_text_inner {
    padding-left: 150px;
  }
  .iv_top_reverse .iv_text_inner {
    padding-left: 0;
    padding-right: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .iv_top {
    width: 100%;
    padding: 0 25px;
  }
  .iv_top .iv_photo {
    max-width: 500px;
    margin: 50px auto 0 auto;
  }
}

/* iv_under */

.iv_under {
  max-width: 1500px;
  padding: 0 50px;
  margin: 0 auto 75px auto;
  line-height: 175%;
  font-size: 15px;
}
.iv_under img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .iv_under {
    display: flex;
    justify-content: space-between;
  }
  .iv_under .iv_photo {
    width: 75%;
  }
  .iv_under .iv_text {
    width: 25%;
    position: relative;
  }
  .iv_under .iv_text .iv_text_inner {
    position: absolute;
    width: 560px;
    max-width: 560px;
    padding: 50px;
    left: 50px;
    top: 50%;
  	transform: translateY(-50%);
    background: rgba(255, 255, 255, 1.00);
  }
  .iv_under_reverse {
    flex-direction: row-reverse;
  }
  .iv_under_reverse .iv_text .iv_text_inner {
    flex-direction: row-reverse;
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .iv_under {
    width: 100%;
    padding: 0 25px;
  }
  .iv_under .iv_photo {
    max-width: 800px;
    margin: 50px auto 0 auto;
  }
}
.iv_caption01 {
  max-width: 1500px;
  margin: 0 auto 75px auto;
  padding: 0 50px;
  line-height: 175%;
  font-size: 15px;
}

/* img */

@media screen and (min-width: 1025px) {
  .iv01_img01 {
    width: 100%;
    background: url(../../recruit/interview01/img/img01.jpg) no-repeat top center;
  }
  .iv02_img01 {
    width: 100%;
    background: url(../../recruit/interview02/img/img01.jpg) no-repeat top center;
  }
  .iv03_img01 {
    width: 100%;
    background: url(../../recruit/interview03/img/img01.jpg) no-repeat top center;
  }
  .iv04_img01 {
    width: 100%;
    background: url(../../recruit/interview04/img/img01.jpg) no-repeat top center;
  }
}

/* talk
/* ---------------------------------------------------------------------------------------------------- */

/* talk_mainimage */

#talk_mainimage {
  position: relative;
}
#talk_mainimage img {
  width: 100%;
}
#talk_mainimage h1 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#talk_mainimage h1 span:nth-of-type(1) {
  width: 125px;
}
#talk_mainimage h1 span:nth-of-type(2) {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
#talk_mainimage p:nth-of-type(1) {
  font-size: 26px;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
#talk_mainimage p:nth-of-type(2) {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 150%;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #talk_mainimage div {
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  #talk_mainimage {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0 25px;
  }
  #talk_mainimage h1 {
    margin-bottom: 10px;
    display: block;
    align-items: center;
  }
  #talk_mainimage h1 span:nth-of-type(1) {
    display: block;
    width: 100px;
    margin: 25px auto 10px auto;
  }
  #talk_mainimage h1 span:nth-of-type(2) {
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  #talk_mainimage p:nth-of-type(1) {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #000;
    letter-spacing: 0;
  }
  #talk_mainimage p:nth-of-type(2) {
    font-size: 14px;
    color: #000;
  }
}

@media screen and (min-width: 1025px) {
  #talk_mainimage {
    max-width: 1400px;
    height: 515px;
    background: url("../../recruit/talk/img/img01.jpg") no-repeat top center;
    margin: 0 auto;
  }
  #talk_mainimage_sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #talk_mainimage_sp {
    margin-bottom: 25px;
  }
  #talk_mainimage_sp img {
    width: 100%;
  }
}

/* talk_summary */

#talk_summary {
  padding: 75px 50px;
  text-align: center;
	line-height: 175%;
	font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #talk_summary {
    padding: 50px 25px;
    font-size: 16px;
  }
}

/* talk_profile */

#talk_profile {
  padding: 75px 50px;
  margin-bottom: 75px;
  background: #F3F3F3;
  position: relative;
}
#talk_profile img {
  width: 100%;
}
#talk_profile h2 {
  font-size: 22px;
  text-align: center;
  background: white;
  display: inline-block;
  padding: 5px 25px;
  font-weight: bold;
  color: #1E2380;
  position: absolute;
  top: -5px;
  left: 50%;
	transform: translateX(-50%);
}
#talk_profile_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#talk_profile_inner div {
  position: relative;
}
#talk_profile_inner .profile_icon {
  position: absolute;
  top: 0;
  left: 0;
  background:#1E2380;
  font-size: 13px;
  color: white;
  line-height: 100%;
  padding: 5px 10px;
  font-weight: 600;
}
#talk_profile_inner dt {
  border-bottom: 1px solid #333;
  padding: 15px 0 10px 0;
  margin-bottom: 10px;
}
#talk_profile_inner dt span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  #talk_profile_inner {
    display: flex;
    justify-content: space-between;
  }
  #talk_profile_inner div {
    width: 28%;
  }
}
@media screen and (max-width: 1024px) {
  #talk_profile {
    padding: 75px 25px;
  }
  #talk_profile_inner div {
    max-width: 500px;
    margin: 0 auto 50px auto;
  }
  #talk_profile_inner div:last-child {
    margin: 0 auto;
  }
  #talk_profile_inner dt span {
    font-size: 18px;
    font-weight: bold;
  }
}

/* talk_photo */

@media screen and (min-width: 1025px) {
  .talk_photo {
    max-width: 1400px;
    margin: 0 auto 50px;
    height: 430px;
    background: url("../../recruit/talk/img/img07.jpg") no-repeat center top;
  }
  .talk_photo img {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .talk_photo img {
    width: 100%;
    margin-bottom: 50px;
  }
}
.talk_text {
  max-width: 1500px;
  padding: 0 50px;
  margin: 0 auto 75px auto;
  line-height: 175%;
  font-size: 15px;
}
.talk_text strong {
  font-weight: bold !important;
}
.talk_text img {
  width: 100%;
}
.talk_text .text p {
  margin-top: 25px;
}
@media screen and (min-width: 1025px) {
  .talk_text {
    display: flex;
    justify-content: space-between;
  }
  .talk_text h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
  }
  .talk_text_reverse {
    flex-direction: row-reverse;
  }
  .talk_text .photo {
    width: 47%;
  }
  .talk_text .text {
    width: 47%;
  }
  .talk_text .text_inner {
    padding-right: 150px;
  }
  .talk_text_reverse .text_inner {
    padding-right: 0;
    padding-left: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .talk_text {
    width: 100%;
    padding: 0 25px;
  }
  .talk_text h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 35px;
  }
  .talk_text .photo {
    max-width: 500px;
    margin: 50px auto 0 auto;
  }
}

/* talk_under  */

#talk_under {
  max-width: 1100px;
  margin: 0 auto 75px auto;
  padding: 0 50px;
  line-height: 175%;
}
#talk_under img {
  width: 100%;
}
#talk_under_inner {
  padding: 40px;
  background: #F3F3F3;
}
#talk_under_inner h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 150%;
}
@media screen and (min-width: 1025px) {
  #talk_under_inner {
    display: flex;
    justify-content: space-between;
  }
  #talk_under_inner .photo {
    width: 30%;
  }
  #talk_under_inner .text {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  #talk_under {
    padding: 0 25px;
  }
  #talk_under_inner .photo {
    max-width: 500px;
    margin: 0 auto 25px auto;
  }
  #talk_under_inner h3 {
    font-size: 18px;
  }
}