@charset "UTF-8";
/* --------------------------------------------------
  menu
-------------------------------------------------- */
#rc-header {
  width: 100%;
  background: #004664;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#rc-header .flex-box {
  height: 90px;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rc-header .ttl {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  font-size: 2.0rem;
  font-weight: bold;
}
#rc-header .ttl img {
  width: 200px;
}
#rc-header .ttl span {
  font-size: 1.8rem;
  padding-left: 10px;
}
#rc-header ul {
  height: 100%;
  display: flex;
  gap: 28px;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
}
#rc-header ul li a {
  color: #fff;
  font-size: 1.5rem;
}
#rc-header ul li.cs {
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  background: #EA5703;
}
#sp_rc_menu {
  display: none;
}
@media screen and (max-width: 1000px) {
  #rc-header .flex-box {
    height: 70px;
  }
  #rc-header .ttl {
    font-size: 1.5rem;
  }
  #rc-header .ttl img {
    width: 170px;
  }
  #rc-header .ttl span {
    font-size: 1.2rem;
    padding-left: 8px;
  }
  #rc-header ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: auto;
    background: #deedf3;
    padding: 20px 32px 40px;
  }
  #rc-header ul li {
    padding: 12px 0;
  }
  #rc-header ul li a {
    color: #004664;
    text-decoration: none;
    font-size: 1.6rem;
  }
  #rc-header ul li.cs {
    margin-top: 36px;
    padding: 24px 0 0;
    border-top: solid 1px #a7a7a7;
    background: none;
  }
  #rc-header ul li.cs a {
    padding: 20px;
    color: #fff;
    width: 100%;
    background: #EA5703;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
  #rc-header ul li.cs a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background:  url(/img/common/arrow_wh.svg) no-repeat center/contain;
  }
  #sp_rc_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #sp_rc_menu span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
    transition: all .3s;
  }
  #sp_rc_menu.open span:first-of-type {
    transform: rotate(30deg) translateY(6px) translateX(4px);
  }
  #sp_rc_menu.open span:nth-of-type(2) {
    opacity: 0;
  }
  #sp_rc_menu.open span:nth-of-type(3) {
    transform: rotate(-30deg) translateY(-6px) translateX(4px);
  }
}

@media screen and (max-width: 767px) {
}

#recruit {
  padding-top: 90px;
}
#recruit #page {
  padding-top: 0;
  padding-bottom: 160px;
}
#recruit h2 {
  padding-bottom: 0;
  margin-bottom: 40px;
  border-bottom: none;
  display: flex;
  justify-content: center;
  font-size: 4rem;
}
#recruit .contents {
    /* 下層ページ上下余白 */
  padding: 60px 0 0;
}
@media screen and (max-width: 1000px) {
  #recruit {
    padding-top: 60px;
  }
  #recruit #page {
    padding-bottom: 100px;
  }
  #recruit h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}


/* --------------------------------------------------
	下層ページ共通タイトル
-------------------------------------------------- */
#rc-sub-title {
  text-align: center;
  position: relative;
  font-size: 170%;
  letter-spacing: 0.1em;
  background-color: #004665;
  color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 100px 0 70px;
  z-index: 0;
  overflow: hidden;

  background-image: url(/img/recruit/about/h1bg-about.jpg);
}
#rc-sub-title::before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
#rc-sub-title h1 {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 5.2rem;
  line-height: 1.0;
}
#rc-sub-title h1 span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #rc-sub-title {
    padding: 60px 0;
  }
  #rc-sub-title h1 {
    font-size: 3.2rem;
  }
  #rc-sub-title h1 span {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------
	募集要項
-------------------------------------------------- */
#guidline {
  padding: 140px 0 0;
}
#guidline .flex-box {
  display: flex;
  justify-content: center;
  gap: 50px;
}
#guidline a.gl-btn {
  padding: 40px 40px;
  width: 400px;
  text-align: center;
  background-color: #004664;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 5px 8px rgba(0,0,0,0.2);
}


@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
  #guidline {
    padding: 40px 0 0;
  }
  #guidline .flex-box {
    flex-direction: column;
    gap: 30px;
  }
  #guidline a.gl-btn {
    padding: 24px 20px;
    width: auto;
    font-size: 1.8rem;
  }
}



/* --------------------------------------------------
	スタッフの声ページ 共通
-------------------------------------------------- */
#voice .page-head {
  margin: 80px 0;
  position: relative;
}
#voice .comment {
  padding: 30px 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
}
#voice .comment::after {
  content: '';
  display: block;
  width: 280px;
  height: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 35% 100%);
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
#voice .comment p {
  margin: 0 auto;
  max-width: 950px;
}
#voice .staff-info {
  margin-top: 20px;
  padding: 40px 0 70px;
  width: 100%;
}
#voice .staff-info .inner {
  max-width: 950px;
}
#voice .staff-info h2 {
  margin: 20px 0 0;
  justify-content: flex-start;
   font-size: 2.8rem;
  text-align: left;
  display: block;
}
#voice .staff-info h2 span {
  display: block;
  font-size: 1.4rem;
}
#voice .staff-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: right;
}
#voice .staff-img img {
  max-width: 550px;
  width: 55%;
}


#voice .interview .block {
  margin: 0 auto 60px;
  max-width: 950px;
}
#voice .interview .block::after {
  content: '';
  display: block;
  clear: both;
}
#voice .interview .block h3 {
  margin: 30px 0 50px;
  text-align: center;
}
#voice .interview h3 span {
  padding-bottom: 8px;
  border-bottom: solid 2px;
}
#voice .interview .staff-float {
  float: left;
  max-width: 265px;
  margin-right: 30px;
}
#voice .interview .staff-float img {
  width: 100%;
}
#voice .interview .comment-block {
  max-width: 750px;
  margin: 100px auto 60px;
  padding: 0 20px;
  position: relative;
}
#voice .interview .comment-block h3 {
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  top: -20px;
  margin-left: 20px;
}
#voice .interview .comment-block .box {
  border: 3px solid;
  padding: 40px 3% 3%;
  background-color: #fff;
}
#voice .interview .comment-block .title {
  text-align: center;
  font-size: 110%;
  border-bottom: dotted 2px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}
#voice .interview .comment-block .naiyo {
  background-image: url('/img/common/ic-character.svg');
  background-repeat: no-repeat;
  padding: 10px 0 10px 65px;
  background-position: left center;
}

@media screen and (max-width: 767px) {

  #voice .page-head {
    margin: 40px 0;
    overflow: hidden;
  }
  #voice .comment {
    padding: 20px 0;
  }
  #voice .comment::after {
    content: none;
  }
  #voice .comment p {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
  #voice .staff-info {
    padding: 40px 150px 40px 0;
    margin-top: 0;
  }
  #voice .staff-info h2 {
    font-size: 2.0rem;
  }
  #voice .staff-img {
    right: -80px;
  }
  #voice .staff-img img {
    width: 300px;
    max-width: none;
  }
  #voice .interview .block h3 {
    margin: 30px 0 30px;
  }
  #voice .interview .block {
    margin: 0 auto 50px;
  }
  #voice .interview .staff-float {
    float: none;
    margin: 0 auto 16px;
  }
}