@charset "UTF-8";

#sub_title::before {
  background: url(../img/recruit/sub_title_bg.jpg) no-repeat center/cover;
}
.r-content {
  margin-bottom: 140px !important;
}

/* --------------------------------------------------
	TOP
-------------------------------------------------- */
/* ------  common ------ */
#recruit_top h2 {
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 5.6rem;
  font-weight: 700;
  font-style: normal;
  color: var(--Corporate);
  letter-spacing: 0.02em;
  line-height: 1.0;
  display: block;
  transform-origin: left;
}
#recruit_top h2::before {
  content: none;
}
#recruit_top h2 span {
  margin-top: 10px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
}
#recruit_top h2 span::before {
  content: '●';
  margin-right: 5px;
  color: var(--Accent);
  font-size: 1.2rem;
}
#recruit_top h3 {
  margin: 0 auto 50px;
  padding: 0 20px;
  width: max-content;
  background: var(--Corporate);
  color: #fff;
  font-size: 3.0rem;
  font-weight: bold;
  text-decoration: none;
}
#recruit_top h3 br.sp {
  display: none;
}
@media screen and (max-width:767px) { 
  #recruit_top h2 {
    font-size: 4rem;
  }
  #recruit_top h3 {
    margin: 0 auto 30px;
    padding: 5px;
    font-size: 1.8rem;
    width: auto;
    text-align: center;
  }
  #recruit_top h3 br.sp {
    display: block;
  }
}


/* ------  #main-title ------ */
#recruit_top #main-title {
  padding: 0 0 100px;
  background: url(../img/recruit/bg_triangle.jpg), linear-gradient(0deg, rgba(241, 248, 255, 0.2), rgba(241, 248, 255, 0.2)), linear-gradient(148.94deg, #D2F0FE 6.46%, #80CFF3 44.12%, #85BCF7 92.05%);
}
#recruit_top #main-title .inner {
  position: relative;
  display: flex;
  justify-content: right;
}
#recruit_top #main-title div.text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#recruit_top #main-title h1 {
  font-family: "Raleway", sans-serif;
  font-size: 10.2rem;
  color: var(--Corporate);
  line-height: 1.2;
}
#recruit_top #main-title h1 span {
  font-size: 3.6rem;
  display: block;
}
#recruit_top #main-title p {
  margin: 30px 0;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
#recruit_top #main-title .btn {
  background-color: var(--Accent);
}
#recruit_top #main-title .btn::before {
  background-color: #FB8800;
}
#recruit_top #main-title .btn_sub_txt {
  margin-top: 8px;
  display: inline-block;
  font-size: 14px;
  margin-left: 1em;
}

#recruit_top #main-title .title_img {
  position: relative;
  right: -65px;
  animation-name:fadeInAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  opacity:0;
  z-index: 1;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
#recruit_top #main-title .recruit_movie {
  width: 165px;
  height: 165px;
  background: var(--Accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: 3;
}
#recruit_top #main-title .recruit_movie img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#recruit_top #main-title .recruit_movie img.text {
  animation: rotation 10s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
#recruit_top #main-title .recruit_movie:hover {
  background-color: #FB8800;
}
#recruit_top #main-title .recruit_movie:hover img {
  opacity: 1;
}

#mov-overlay { width: 100vw; height: 0; background: rgba(0,0,0,.8); position: fixed; left: 0; top: 0; z-index: 1001; }
body.on { overflow: hidden; }
body.on #mov-overlay { height: 100vh; }

#recruit_top .video_wrap { 
  width: 100vw;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 101;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-out;
}
#recruit_top .video_wrap.on { 
  height: 100vh; 
  z-index: 1002; 
  visibility: visible; 
  opacity: 1; 
}
#recruit_top .video_wrap .video_inner {
  padding: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recruit_top .video_wrap video {
  width: auto;
  max-width: 100%;
}
#recruit_top .video_wrap .close {
  width: 50px; 
  height: 50px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  position: absolute; 
  right: 20px; 
  top: 20px;
}
#recruit_top .video_wrap .close::before, 
#recruit_top .video_wrap .close::after { 
  content: ''; 
  width: 40px; 
  height: 2px; 
  background: #fff; 
  display: block; 
  position: absolute; 
}
#recruit_top .video_wrap .close::before { 
  transform: rotate(45deg); 
}
#recruit_top .video_wrap .close::after { 
  transform: rotate(-45deg); 
}

@media screen and (max-width: 1200px) {
  #recruit_top #main-title div.text {
    left: 15px;
  }
  #recruit_top #main-title .title_img {
    max-width: 71vw;
  }
}
@media screen and (max-width: 1024px) {
  #recruit_top #main-title h1 {
    font-size: 6rem;
  }
  #recruit_top #main-title h1 span {
    font-size: 3rem;
  }
  #recruit_top #main-title p {
    font-size: 2.4rem;
    margin: 20px 0;
  }
  #recruit_top #main-title .title_img {
    right: -30px;
  }
}
@media screen and (max-width:767px) { 
  #recruit_top #main-title .inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 40px; 
  }
  #recruit_top #main-title div.text {
    margin-top: -30px;
    margin-bottom: 50px;
    position: static;
    transform: none;
  }
  #recruit_top #main-title .title_img {
    max-width: none;
    width: 150%;
    max-width: 650px;
    position: relative;
    left: 50%;
    transform: translateX(-55%);
  }
  #recruit_top #main-title .recruit_movie {
    transform: scale(.6,.6);
    transform-origin: bottom right;
    right: 15px;
    bottom: -60px;
  }
  #recruit_top .video_wrap .video_inner {
    padding: 10px;
  }
  #recruit_top .video_wrap .close {
    right: 0;
    top: -50px;
  }
  
}

/* ------  #interview ------ */
#recruit_top #interview {
  margin-top: -100px;
  padding: 140px 0 100px 0;
  width: 200vw;
  transform: translateX(-50vw);
  background-image: url(../img/recruit/interview_bg.jpg);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  z-index: 1;
  position: relative;
}
#recruit_top #interview .inner {
  position: relative;
  width: 100vw;
}
#recruit_top #interview .inner::before {
  content: url(../img/recruit/triangle01.png);
  position: absolute;
  top: -20px;
  left: -100px;
  z-index: -1;
}
#recruit_top #interview .inner::after {
  content: url(../img/recruit/triangle02.png);
  position: absolute;
  top: -20px;
  right: -100px;
  z-index: -1;
}
#recruit_top #interview h2,#recruit_top #interview h2 span {
  color: #fff;
}
#recruit_top #interview .btn_wrap {
  padding: 30px 220px 30px 40px;
  background: #fff;
  border: solid 3px #000;
  border-radius: 20px;
  display: flex;
  align-items: center;
  background-image: url(../img/recruit/interview_nasu_icon.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 92%;
  position: relative;
}
#recruit_top #interview .btn_wrap img.member {
  margin-top: 15px;
  margin-right: 30px;
  width: 43vw;
  max-width: 517px;
}
#recruit_top #interview .btn_wrap > div {
  padding: 20px 0;
  margin: auto 0;
}
#recruit_top #interview .btn_wrap strong {
  padding: 0 5px;
  font-size: 3.2rem;
  font-style: italic;
  color: var(--Corporate);
  background:linear-gradient(transparent 70%, var(--Background) 70%);
}
#recruit_top #interview .btn_wrap p {
  margin: 20px 0;
  line-height: 2.0;
}
#recruit_top #interview .btn_wrap .staff {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 18.9vw;
  max-width: 227px;
}
@media screen and (max-width: 1200px) {
  #recruit_top #interview .btn_wrap {
    align-items: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  #recruit_top #interview .btn_wrap {
    margin: 0 auto;
    padding-right: 20%;
    width: 100%;
    max-width: 800px;
    display: block;
    background-size: auto 72%;
  }
  #recruit_top #interview .btn_wrap > div { 
    padding: 0;
  }
  #recruit_top #interview .btn_wrap img.member {
    width: auto;
  }
  #recruit_top #interview .btn_wrap p br {
    display: none;
  }
  #recruit_top #interview .inner::before {
    top: auto;
    bottom: 0;
    left: 30px;
  }
  #recruit_top #interview .inner::after {
    top: auto;
    bottom: 0;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #recruit_top #interview .inner::before, #recruit_top #interview .inner::after {
    content: none;
  }
  #recruit_top #interview {
    padding: 80px 0 50px 0;
    width: 300vw;
    transform: translateX(-100vw);
  }
  #recruit_top #interview .btn_wrap {
    padding: 20px 20px 80px !important;
    background-image: none;
  }
  #recruit_top #interview .btn_wrap strong {
    font-size: 6.5vw;
  }
  #recruit_top #interview .btn_wrap img.member {
    width: 80%;
    margin-right: auto;
    margin-left: -20px;
  }
  #recruit_top #interview .btn_wrap .staff {
    width: auto;
    height: 150px;
  }
}


/* ------  #flow ------ */
#recruit_top #flow {
  padding: 60px 0;
}
#recruit_top #flow .flex {
  justify-content: space-between;
  align-items: center;
}
#recruit_top #flow .left p {
  margin-bottom: 40px;
}
#recruit_top #flow .right {
  padding-top: 80px;
  max-width: 785px;
  display: flex;
}
#recruit_top #flow .right img {
  width: 38%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
} 
#recruit_top #flow .right img:nth-child(2) {
  top: -80px;
  left: -7%;
  z-index: 2;
}
#recruit_top #flow .right img:last-child {
  left:  -14%;

}
@media screen and (max-width: 1200px) {
  #recruit_top #flow .right img {

  }
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #recruit_top #flow .flex {
    display: block;
  }
  #recruit_top #flow .left p {
    margin-bottom: 20px;
  }
  #recruit_top #flow .right {
    padding-top: 50px;
  }
  #recruit_top #flow .right img:nth-child(2){
    top: -30px;
  }
}


/* ------  #message ------ */
#recruit_top #message {
  padding: 80px 0 100px;
  background: url(../img/recruit/bg_line_bl.png);
}
#recruit_top #message .inner {
  position: relative;
}
#recruit_top #message h2 {
  text-align: center;
  transform-origin: center;
}
#recruit_top #message h2 span {
  display: block;
  text-align: center;
}
#recruit_top #message ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  row-gap: 50px;
}
#recruit_top #message li {
  width: 47.5%;
  display: flex;
  align-items: flex-start;
}
#recruit_top #message li img {
  margin-right: 20px;
  width: 175px;
  border: 2px solid #000000;
  filter: drop-shadow(6px 6px 0px #004EA2);
}
#recruit_top #message .name {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
}
#recruit_top #message .name span {
  margin-right: 10px;
  padding: 5px 14px;
  border-radius: 10vw;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.0;
}
#recruit_top #message .message {
  background: #fff;
  padding: 20px 25px;
  margin-top: -20px;
  border-radius: 10px;
  border: solid 2px #2e5076;
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {
  #recruit_top #message ul {
    margin: 0 auto;
    max-width: 800px;
    row-gap: 20px;
  }
  #recruit_top #message ul li{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #recruit_top #message ul li {
    flex-direction: column;
    align-items: center;
  }
  #recruit_top #message ul li img {
    width: 150px;
  }
  #recruit_top #message ul li .text {
    margin-top: 20px;
  }
  #recruit_top #message ul li p.name {
    font-size: 2rem;
  }
  #recruit_top #message ul li p.name span {
    font-size: 1.4rem;
  }
}


/* ------  #environment ------ */
#recruit_top #workstyle {
  padding: 80px 0 180px;
  background: url(../img/recruit/bg_triangle.jpg), linear-gradient(148.94deg, #89BBF0 6.55%, #80CFF3 62.19%, #ABE1F9 92.14%);
}
#recruit_top #workstyle h2 {
  transform-origin: center;
}
#recruit_top #workstyle h2, #recruit_top #workstyle h2 span {
  display: block;
  color: #fff;
  text-align: center;
}
#recruit_top #workstyle .benefit {
  margin: 30px auto 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recruit_top #workstyle .benefit li {
  margin: 0 15px;
  width: 220px;
  height: 220px;
  background: #fff;
  border: solid 3px var(--Corporate);
  border-radius: 25px;
  box-shadow: 3px 3px 0px var(--Corporate);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#recruit_top #workstyle .benefit li span {
  margin-bottom: 20px;
  color: var(--Corporate);
  font-size: 2.2rem;
  font-weight: bold;
}
#recruit_top #workstyle .benefit li:last-of-type {
  position: relative;
}
#recruit_top #workstyle .benefit li:last-of-type span {
  font-size: 1.8rem;
}
#recruit_top #workstyle .benefit li:last-of-type p {
  padding-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(100%);
}
#recruit_top #workstyle .benefit li span span {
  background:linear-gradient(transparent 70%, var(--Background) 70%);
}
#recruit_top #workstyle .benefit .zoomIn {
  transform-origin: center;
}
#recruit_top #workstyle .private {
  margin: 0 auto;
  padding: 40px;
  width: 1000px;
  background: url(../img/recruit/bg_line_bl.png),#fff;
  box-shadow: 3px 3px 0px var(--Corporate);
  border-radius: 15px;
}
#recruit_top #workstyle .private h3 {
  margin-bottom: 0;
}
#recruit_top #workstyle .private li {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-size: 1.4rem;
  position: relative;
}
#recruit_top #workstyle .private li:nth-of-type(2n){
  flex-direction: row-reverse;
}
#recruit_top #workstyle .private li:nth-of-type(2n) img{
  margin-left: 20px;
}
#recruit_top #workstyle .private li:last-of-type {
  margin-bottom: 10px;
}
#recruit_top #workstyle .private img {
  flex-shrink: 0;
  margin-right: 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#recruit_top #workstyle .private .name {
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: bold;
}
#recruit_top #workstyle .private .name span.division {
  margin-right: 10px;
  padding: 5px 14px;
  border-radius: 10vw;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.0;
}
#recruit_top #workstyle .private .line {
  display: block;
  width: 100%;
  height:0px;
  border-bottom: 2px dashed #004EA2;
  position: absolute;
  bottom: 0;
  left: 0;
}
#recruit_top #workstyle .private .line::before, #recruit_top #workstyle .private .line::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--Corporate);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 1px));
}
#recruit_top #workstyle .private .line::before {
  left: 0;
}
#recruit_top #workstyle .private .line::after {
  right: 0;
}
@media screen and (max-width: 1200px) {
  #recruit_top #workstyle .private {
    width: 100%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  #recruit_top #workstyle .benefit {
    width: 500px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #recruit_top #workstyle .benefit {
    width: 100%;
  }
  #recruit_top #workstyle .benefit li {
    width: 36vw;
    height: 36vw;
  }
  #recruit_top #workstyle .benefit li span {
    font-size: 3.5vw;
    margin-bottom: 8px;
  }
  #recruit_top #workstyle .benefit li:last-of-type span {
    font-size: 3.5vw;
  }
  #recruit_top #workstyle .benefit li:last-of-type p {
    font-size: 1.3rem;
  }
  #recruit_top #workstyle .benefit li img {
    width: 60%;
  }
  #recruit_top #workstyle .private {
    padding: 40px 20px;
  }
  #recruit_top #workstyle .private li {
    padding: 20px 0;
    flex-direction: column;
  }
  #recruit_top #workstyle .private li:nth-of-type(2n){
    flex-direction: column;
  }
  #recruit_top #workstyle .private img {
    width: 80%;
    max-width: 250px;
    margin: 0 0 20px;
  }
  #recruit_top #workstyle .private li:nth-of-type(2n) img{
    margin: 0 0 20px;
  }
  #recruit_top #workstyle .private .name {
    font-size: 2.0rem;
  }
  #recruit_top #workstyle .private .name span.division {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------
	RECRUIT INFO 共通
-------------------------------------------------- */
#info {
  margin-top: -100px;
  padding: 140px 0 100px 0;
  width: 200vw;
  transform: translateX(-50vw);
  background: var(--Corporate);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  z-index: 1;
  position: relative;
}
#info .inner {
  width: 100vw;
}
#info h2 {
  margin-bottom: 50px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 5.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.0;
  text-align: center;
  display: block;
  transform-origin: center;
}
#info h2::before {
  content: none;
}
#info h2 span {
  margin-top: 10px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#info h2 span::before {
  content: '●';
  margin-right: 5px;
  color: var(--Accent);
  font-size: 1.2rem;
}
#info ul {
  margin: 0 auto 100px;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
#info li {
  width: 32%;
  max-width: 300px;
}
#info li a {
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: var(--Corporate);
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
#info li a:hover {
  color: #fff;
}
#info li a::after {
	content: '';
	margin: 0 0 0 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/common/icon_arrow_Primary.svg) no-repeat center/cover;
  z-index: 3;
}
#info li a:hover::after {
  background: url(../img/common/icon_arrow_White.svg) no-repeat center/cover;
}
#info li a span {
  z-index: 3;
}
#info li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #003976;
	width: 100%;
	height: 100%;
	transition: transform .3s;
	transform: scale(0,1);
	transform-origin: right top;
}
#info li a:hover::before {
	transform-origin: left top;
	transform: scale(1,1);
	opacity: 1;
}
#info a.btn {
  margin: 0 auto;
  height: 80px;
  min-width: 355px;
  background-color: var(--Accent);
  font-size: 2.0rem;
}
#info a.btn::before {
  background-color: #FB8800;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #info {
    padding: 80px 0 50px;
    width: 300vw;
    transform: translateX(-100vw);
  }
  #info h2 {
    font-size: 4rem;
  }
  #info ul {
    margin: 0 auto 40px;
    display: block;
  }
  #info ul li {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
  }
  #info ul li a {
    padding: 22px;
    font-size: 1.8rem;
  }
  #info a.btn {
    width: 100%;
    max-width: 250px;
    min-width: auto;
  }
}


/* --------------------------------------------------
	Interview
-------------------------------------------------- */
#interview_page h2 {
  margin: 0;
  justify-content: center;
}
#interview_page h2::before {
  content: none;
}
#interview_page .main-image {
  margin: 30px 0 50px;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
#interview_page .member {
  background: url(../img/recruit/bg_line_bl.png);
  border: solid 3px var(--Corporate);
  border-radius: 15px;
  padding: 40px;
  position: relative;
}
#interview_page .member h3 {
  margin: 0 auto;
  padding: 0 20px;
  width: max-content;
  background: var(--Corporate);
  color: #fff;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#interview_page .member_title {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
  position: relative;
}
#interview_page .member_title span {
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
#interview_page .member ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  row-gap: 35px;
}
#interview_page .member li {
  width: 336px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
}
#interview_page .member li img {
  margin-right: 10px;
}
#interview_page .member li .division {
  padding: 6px 14px;
  display: block;
  border-radius: 10vw;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#interview_page .member strong {
  display: block;
  margin: 6px 0;
  font-size: 1.4rem;
}
#interview_page .member strong span {
  font-size: 1.8rem;
}
#interview_page .member .nasusan {
  position: absolute;
  right: 5px;
  bottom: 0;
}
#interview_page .member01 { background: #ED7753; }
#interview_page .member02 { background: #00A4BD; }
#interview_page .member03 { background: #036EB8; }
#interview_page .member04 { background: #13AE67; }
#interview_page .member05 { background: #EB6681; }

#interview_page .interview_contents {
  padding: 70px 0 0;
}
#interview_page .interview_contents li {
  margin-bottom: 50px;
  list-style: none;
}
#interview_page .interview_contents li.have-img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#interview_page .interview_contents li.have-img>img {
  margin-left: 40px;
}
#interview_page .question {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 2.0rem;
  font-weight: bold;
  color: #524D9E;
}
#interview_page .question img {
  margin-right: 10px;
  width: 36px;
  flex-shrink: 0;
}
#interview_page .answer p {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
#interview_page .answer span {
  margin-right: 12px;
  padding: 6px 3px 6px 10px;
  display: inline-block;
  border-radius: 10vw;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  line-height: 1;
}
#interview_page .answer span.other { 
  color: #524D9E;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {
  #interview_page .member_title span {
    margin-top: 5px;
    display: block;
    text-align: right;
    position: static;
  }
  #interview_page .member ul {
    row-gap: 20px;
  }
  #interview_page .member li {
    width: 100%;
  }
  #interview_page .member li img {
    width: 100px;
    margin-right: 15px;
  }
  #interview_page .member li .division {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #interview_page .member_title {
    margin-bottom: 20px;
  }
  #interview_page .member {
    padding: 20px 20px 50px;
    margin-bottom: 80px;
  }
  #interview_page .member h3 {
    padding: 5px;
    width: auto;
    font-size: 1.8rem;
  }
  #interview_page .member strong span {
    font-size: 1.6rem;
  }
  #interview_page .member .nasusan {
    height: 150px;
    bottom: -80px;
  }
  #interview_page .interview_contents {
    padding: 50px 0 0;
  }
  #interview_page .interview_contents li.have-img {
    display: block;
  }
  #interview_page .interview_contents li.have-img > img {
    display: block;
    margin: 20px auto 0;
  }
}


/* --------------------------------------------------
	Flow
-------------------------------------------------- */
#flow .outer {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#flow .flow-wrap {
  width: 47.5%;
  display: flex;
}

#flow .part01 { position: relative; height: 26.5%; }
#flow .part02 { position: relative; height: 23.5%; }
#flow .part03 { position: relative; height: 26%; }
#flow .part04 { position: relative; height: 24%; }


#flow .timeline {
  padding-bottom: 20px;
  width: 200px;
  position: relative;
}
#flow #staff01 .timeline {
  position: absolute;
  left: 50%;
  z-index:3;
  transform: translateX(-50%);
}
#flow #staff02 .timeline {
  display: none;
}
#flow .timeline span.line {
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: var(--Corporate);
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
#flow .timeline span.line::before, #flow .timeline span.line::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 15px;
  background-color: var(--Corporate);
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}
#flow .timeline span.line::before {
  transform: rotate(-45deg) translateX(1px);
}
#flow .timeline span.line::after {
  transform: rotate(45deg) translateX(-1px);
}
#flow .timeline .wrap {
  height: 970px;
}
#flow .timeline .wrap span {
  padding: 8px 5px;
  width: 200px;
  display: block;
  border-radius: 5px;
  background-color: var(--Corporate);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  z-index: 1;
}
#flow .timeline .part01 span:first-of-type { top: -5%; }
#flow .timeline .part01 span:nth-of-type(2) { top: 25%; }
#flow .timeline .part01 span:nth-of-type(3) { top: 63% }
#flow .timeline .part03 span:nth-of-type(2) { top: 43% }
#flow .timeline .part03 span:nth-of-type(3) { top: 83% }
#flow .timeline .part04 span:first-of-type { top: 15% }
#flow .timeline .part04 span:nth-of-type(2) { bottom: 30px; }

#flow .flow-line {
  height: 970px;
  position: relative;
}
#flow .flow-line .title {
  padding: 10px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
#flow .flow-line > div {
  position: relative;
  z-index: 1;
}
#flow .flow-line .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
#flow .flow-line p {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline;
  z-index: 2;
}
#flow .flow-line span {
  display: block;
}
#flow .flow-line img,#flow .flow-line p {
  position: relative;
}
#flow .flow-line img {
  z-index: -1;
}
#flow .flow-line .text {
  flex-shrink: 0;
}

#flow #staff01 .flow-line {
  padding: 0 100px 0 50px;
}
#flow #staff01 .flow-line {
  background: #FFF8FC;
}
#flow #staff01 .title {
  padding: 10px;
  background-color: #EB6681;
}
#flow #staff01 .flow-line span {
  color: #EB6681;
}
#flow #staff01 .flow-line p {
  background: #FFF8FC;
}

#flow #staff02 .flow-line {
  padding: 0 50px 0 100px;
}
#flow #staff02 .flow-line {
  background: #F1F8FF;
}
#flow #staff02 .title {
  padding: 10px;
  background-color: #036EB8;
  white-space: nowrap;
}
#flow #staff02 .flow-line span {
  color: #036EB8;
}
#flow #staff02 .flow-line p {
  background: #F1F8FF;
}

#flow #staff01 .flow-line .part01 img { top: 25%; } 
#flow #staff01 .flow-line .part02 p:first-of-type  { margin-top: 20px; }
#flow #staff01 .flow-line .part02 p:nth-of-type(2) { margin: 14px 0; }
#flow #staff01 .flow-line .part03 img { top: 20%; }
#flow #staff01 .flow-line .part04 img { position: absolute; top: 0; right: 0; }

#flow #staff02 .flow-line .part01 img { top: 25%; } 
#flow #staff02 .flow-line .part04 p { top: 15%; } 
#flow #staff02 .flow-line .part04 img { position: absolute; right: 0; top: 15%; } 

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  #flow .outer {
    display: block;
  }
  #flow .flow-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
  #flow #staff01 {
    margin-bottom: 100px;
  }
  #flow #staff01 .timeline {
    left: 0;
    transform: none;
  }
  #flow #staff02 .timeline {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  #flow .flow-line {
    margin-left: 100px;
    width: 100%;
  }
  #flow #staff01 .flow-line {
    padding: 0 50px 0 150px;
  }
  #flow #staff02 .flow-line {
    padding: 0 50px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow-wrap {
    max-width: 450px;
  }

  #flow .part01 { position: relative; height: 18%; }
  #flow .part02 { position: relative; height: 32%; }
  #flow .part03 { position: relative; height: 26%; }
  #flow .part04 { position: relative; height: 24%; }

  #flow .timeline .part01 span:nth-of-type(3) { top: 80%; }
  #flow #staff01 .flow-line .part03 img { width: 100%; max-width: 225px; top: 30%; }
  #flow #staff01 .flow-line .part04 img { position: static; width: 100%; max-width: 225px; margin-top: 10px; }
  #flow #staff02 .flow-line .part01 img { width: 100%; max-width: 225px; }
  #flow #staff02 .flow-line .part02 img { top: -10px; }
  #flow #staff02 .flow-line .part03 img { top: 20%; }
  #flow #staff02 .flow-line .part04 img { position: relative; margin-top: 10px; }

  #flow .timeline {
    width: 100px;
  }
  #flow .timeline .wrap span {
    width: 100px;
    font-size: 1.4rem;
  }
  #flow .flow-line {
    margin-left: 50px;
  }
  #flow #staff01 .flow-line {
    padding: 0 10px 0 65px;
  }
  #flow #staff02 .flow-line {
    padding: 0 10px 0 65px;
  }
  #flow .flow-line .title {
    font-size: 1.8rem;
  }
  #flow .flow-line .title {
    left: 60px;
    transform: translateY(-50%);
  }
  #flow .flow-line .flex {
    flex-wrap: wrap;
  }
  #flow .flow-line img {
    width: 150px;
  }
  #flow .flow-line p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}


/* --------------------------------------------------
	Recruit-info
-------------------------------------------------- */
#recruit_info #achievements li {
  margin-right: 50px;
  list-style: none;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #recruit_info #achievements .flex {
    display: block;
  }
  #recruit_info #achievements li {
    margin-right: none;
  }
}