@charset "utf-8";
/*recruit css*/
.message-txt {
  position: absolute;
  width: 40%;
  top: 30%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.80);
  padding: 3%;
  box-shadow: var(--shadow);
  border-radius: 10px
}
.bg2-h {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(240, 242, 245, 1.00);
  width: 100%;
  height: 300px;
  z-index: 1
}
.rec-profile {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
  margin-bottom: 5%
}
.rec-profile::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -20px;
  width: 100%;
  height: 600px;
  background-image: url("../images/bg_gradation.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1
}
.rec-profile img.rec-photo-main {
  line-height: 1.5;
  position: absolute;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.rec-profile p {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -20px;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 40px;
  margin-bottom: 0
}
.rec-profile p span.name {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 3em;
  font-style: italic
}
.si-icon {
  position: absolute;
  z-index: 2;
  top: -40px;
  right: 30px;
  width: 260px;
}
.comment {
  margin: 5%;
  padding: 5%;
}
.comment h3 {
  color: var(--blue);
  font-size: 1.3em
}
.comment h3 i {
  font-size: 1.2em;
  padding-right: .5em
}
.comment p {
  line-height: 2
}
.rec-photo {
  overflow: hidden;
}
.rec-photo.p-tate {
  max-width: 100%;
}
.rec-photo img {
  width: 110%;
  height: 110%;
  object-fit: cover;
  object-position: left top;
}
.rec-photo.right img {
  width: 110%;
  height: 110%;
  object-fit: cover;
  object-position: right top;
}
.rec-photo.center img {
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: center top;
}
.col-lg-6.rec-photo img {
  min-height: 550px;
}
/* -----------------------------------------------
 movie
-------------------------------------------------- */
.movie_area {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* -----------------------------------------------
 QA
-------------------------------------------------- */
.problem div {
  background-color: rgba(1,122,184,.1);
  border-radius: 30px;
  padding: 3% 5%;
  margin-bottom: 1em
}

.problem div li.q {
  background-color: var(--blue);
  padding: .8em 1.5em 1em;
  border-radius: 15px;
  margin-bottom: .6em;
  border: 1px solid rgba(0,117,177,0.57);
	color: white;
	font-weight: 500
}
.problem div li.a {
  border: 1px solid rgba(0,117,177,0.57);
	color: var(--blue);
  padding: .8em 1.5em 1em;
  border-radius: 15px;
  margin-bottom: 2em;
	  background-color: white;
}
.problem div li.q span{
	font-size: 1.5em;
	  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
	color: white;
	padding: 15px 20px 15px 0;
	display: inline-block;
}
.problem div li.a::first-letter{
	font-size: 1.5em;
	  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
	color: white;
	padding: 15px 20px 15px 0;
	display: inline-block;
}
.problem div li.a::first-letter{
	color: var(--blue)!important;
}


/* -----------------------------------------------
SP 992px
-------------------------------------------------- */
@media screen and (max-width: 992px) {
  .message-txt {
    position: relative;
    width: 80%;
    top: 0;
    left: 10%;
    margin-top: -30px;
  }
  .rec-photo.p-tate {
    max-width: 500px;
  }
  .pb5per {
    padding-bottom: 0
  }
}
@media screen and (max-width: 768px) {
.opp {
	object-position: right
}
}
/* -----------------------------------------------
SP 579px
-------------------------------------------------- */
@media screen and (max-width: 579px) {
  .rec-profile p span.name {
    font-size: 2em;
  }
  .rec-photo.p-tate {
    max-width: 80%;
  }
.opp {
	object-position: -350px
}
}