@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.is-animation {
  opacity: 0;
  animation: left-right-fadein 0.8s 0.3s both;
  animation-play-state: paused;
}
.is-animation.is-anime-right-left {
  animation: right-left-fadein 0.8s 0.3s both paused;
}
.is-animation.is-anime-top-btm {
  animation: top-btm-fadein 0.8s 0.3s both paused;
}
.is-animation.is-anime-btm-top {
  animation: btm-top-fadein 0.8s 0.3s both paused;
}
.is-animation.is-anime-fadein {
  animation: fadein 1.5s 0.3s both paused;
}

.is-active {
  animation-play-state: running !important;
}

@keyframes top-btm-fadein {
  0% {
    opacity: 0;
    transform: translateY(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes btm-top-fadein {
  0% {
    opacity: 0;
    transform: translateY(10rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes left-right-fadein {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right-left-fadein {
  0% {
    opacity: 0;
    display: block;
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes top-in-basic {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-left {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes topline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes topline-last {
  0% {
    width: 0;
  }
  100% {
    width: 110%;
  }
}
@keyframes topline-pen {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    left: 100%;
  }
}
@keyframes toplineCatch {
  0% {
    background-position: 0% 200%;
  }
  25% {
    background-position: 0 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes topCircleCatch {
  0% {
    transform: translateX(-50%) scale(0.5);
    opacity: 0;
  }
  30% {
    transform: translateX(-50%) scale(2);
    opacity: 1;
  }
  70% {
    transform: translateX(-50%) scale(2);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(2);
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*/////////////////////////
common
/////////////////////////*/
html {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 62.5%;
  width: 100vw;
  overflow-x: hidden;
  background-color: #F5F5F5;
}
@media screen and (max-width: 992px) {
  html {
    font-size: 57%;
  }
}

body {
  width: 100vw;
  overflow-x: hidden;
}

h2 {
  margin: 0;
}

section {
  padding: 6rem 5rem;
}
@media screen and (max-width: 768px) {
  section {
    padding: 3rem 1.5rem;
  }
}
section > div {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

em {
  font-style: normal;
}

.br-none {
  display: none;
}

.sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .sp-none {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab {
    display: block;
  }
}

.tab-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab-none {
    display: none;
  }
}

.btn_viewall {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 1.8rem;
  color: #fff;
  transition: 0.3s all;
  overflow: hidden;
  transition: 0.3s all;
  padding: 2rem 5rem 2rem 3rem;
  z-index: 1;
  transition: 0.3s all;
  white-space: nowrap;
  line-height: 1;
  max-width: 30rem;
  width: 100%;
  border-radius: 1rem;
  background-color: #023894;
  background-image: url(../img/btn-w.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto 50%;
}
.btn_viewall:hover {
  cursor: pointer;
  opacity: 0.8;
  background-position: 94% center;
}
.btn_viewall-w {
  background-color: #fff;
  background-image: url(../img/btn.png);
  color: #023894;
}
.btn_viewall-b {
  background-color: #023894;
  background-image: url(../img/job/icon-external-link.png);
  color: #fff;
  margin-top: 2.5rem;
}
.btn_viewall-b:hover {
  background-position: 90% center;
}
@media screen and (max-width: 768px) {
  .btn_viewall {
    width: 100%;
    display: block;
    margin: 1rem auto;
    padding: 3rem 2rem;
    max-width: 35rem;
  }
}

.bg-area {
  background-image: url(../img/lower_bg.jpg);
  background-size: cover;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .bg-area {
    padding-bottom: 15rem;
  }
}

.toppage_title {
  padding-left: 3rem;
  border-left: 0.5rem solid #E6031B;
  padding-top: 12rem;
  padding-bottom: 5rem;
}
.toppage_title-main {
  font-size: 3rem;
  font-weight: 700;
}
.toppage_title-sub {
  font-size: 1.2rem;
}
.toppage_title-w {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .toppage_title {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
  .toppage_title-sub {
    font-size: 1.5rem;
  }
}

/*/////////////////////////
header
/////////////////////////*/
.l-header {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.header {
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 1rem 3rem;
  background-color: #fff;
}
.header.is-active {
  position: fixed;
  animation: top-in-basic 1 0.4s 0s;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
}
.header.is-active .logo {
  margin-left: 1rem;
}
.header .logo {
  font-size: 1.3rem;
  transition: 0.3s all;
}
.header .logo:hover {
  opacity: 0.3;
  cursor: pointer;
}
.header .logo a {
  display: flex;
  align-items: center;
}
.header .logo a img {
  height: 6rem;
  width: 40rem;
  object-fit: contain;
  margin-right: 1rem;
}
.header_right {
  display: flex;
  align-items: center;
}
.header_right .btn-viewall {
  margin-right: 1rem;
  height: 6rem;
  padding: 0 8rem 0 4rem;
  line-height: 6rem;
  font-size: 2rem;
}
.header_right .btn-header {
  background-color: #E6031B;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  margin-right: 1rem;
  width: 20rem;
  color: #fff;
  font-size: 2.2rem;
  transition: 0.3s all;
}
.header_right .btn-header:hover {
  opacity: 0.5;
  cursor: pointer;
}
.header .menu {
  width: 6rem;
  height: 6rem;
  background-color: #042C68;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: 0.3s all;
}
.header .menu img {
  height: 80%;
}
.header .menu:hover {
  opacity: 0.5;
  cursor: pointer;
}
.header .menuList {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.header .menuList.is-active {
  animation: 1s ease-in 1s both fadein;
  opacity: 1;
}
.header .menuList_wrap {
  min-width: 50vw;
  min-height: 50vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .header .menuList_wrap {
    width: 90%;
  }
}
.header .menuList_menu {
  width: 80%;
}
.header .menuList_item {
  font-size: 1.5rem;
  text-align: center;
}
.header .menuList_item img {
  width: 50%;
}
.header .menuList_item a {
  display: block;
  transition: 0.3s all;
  padding: 2rem 0;
  color: #023894;
  border-bottom: 1px solid #eee;
}
.header .menuList_item a:hover {
  background-color: #023894;
  color: #fff;
  cursor: pointer;
}
.header .menuList_item-logo {
  margin-bottom: 2rem;
}
.header .menuList_closebtn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 0 0 1rem;
    height: 6rem;
  }
  .header .menu {
    width: 6rem;
    height: 6rem;
    padding: 1rem;
    border-radius: 0;
  }
  .header .menu img {
    width: 100%;
  }
  .header .menuList_item img {
    width: 80%;
  }
  .header .logo a img {
    height: 5rem;
    width: 30rem;
  }
  .header_right .btn-header {
    display: none;
  }
  .header.is-active .logo img {
    height: 100%;
    position: relative;
  }
}

/*/////////////////////////
top
/////////////////////////*/
.l-top {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 0 0;
  background-color: #023894;
}
.l-top > div {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .l-top {
    display: flex;
    flex-direction: column;
    min-height: auto;
    height: 80vh;
    padding-top: 6rem;
  }
}

.top {
  position: relative;
  z-index: 2;
  min-height: 29vw;
  height: 80vh;
}
@media screen and (max-width: 992px) {
  .top {
    height: 60vh;
  }
}
.top_title {
  background-color: #023894;
  font-size: 2rem;
  letter-spacing: 3px;
  position: absolute;
  width: 40%;
  top: 0;
  left: 0;
  padding: 2vw 4vw;
  color: #fff;
  min-height: 29vw;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top_title h2 {
  font-size: 4vw;
  font-weight: 900;
  margin-bottom: 2rem;
}
.top_title h2 span {
  font-size: 0.7em;
}
.top_title_sub {
  font-size: 1.7vw;
  margin-bottom: 5rem;
}
.top_title.is-anime-fadein {
  animation-delay: 1s;
}
@media screen and (max-width: 992px) {
  .top_title {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  .top {
    height: 80vh;
  }
  .top_title {
    width: 100%;
    bottom: 0;
    z-index: 3;
    height: 40%;
    top: auto;
  }
  .top_title h2 {
    font-size: 4rem;
  }
  .top_title_sub {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

/*========= 背景動画設定のCSS ===============*/
/*header設定*/
#top {
  position: relative;
  background-size: cover;
  background-color: #023894;
}

#youtube-area {
  width: 60%;
  position: absolute;
  z-index: 1; /*最背面に設定*/
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#youtube-area:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60vw 8vw 0 0;
  border-color: #023894 transparent transparent transparent;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #youtube-area {
    width: 100%;
    height: 56.25%;
  }
  #youtube-area::before {
    display: none;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
#youtube-mask {
  position: absolute;
  z-index: 2; /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
}
/*/////////////////////////
business
/////////////////////////*/
.l-business {
  position: relative;
  background-image: url(../img/top/business_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 21rem;
  padding-top: 10rem;
}
@media screen and (max-width: 992px) {
  .l-business {
    padding-bottom: 20rem;
  }
}

.business {
  display: flex;
  position: relative;
  z-index: 1;
}
.business_left, .business_right {
  flex-basis: 50%;
}
.business_left img, .business_right img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: absolute;
  height: 100%;
}
.business:before {
  content: "";
  display: block;
  position: absolute;
  left: 5rem;
  top: 0;
  width: 100%;
  height: 40rem;
  background-image: url(../img/top/business_title.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  mix-blend-mode: multiply;
  z-index: -1;
}
.business_left {
  padding-right: 4rem;
}
.business_right {
  padding-top: 5rem;
}
.business_text {
  font-size: 1.6rem;
  padding-left: 3.5rem;
  color: #042C68;
  line-height: 1.8;
}
.business_text-b {
  color: #333;
  font-weight: 500;
  margin-top: 4.5rem;
  line-height: 2;
  font-size: 2rem;
}
.business_link {
  margin-top: 5rem;
  padding-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .business {
    margin-top: 0;
    background-size: 100%;
    flex-direction: column;
  }
  .business_left {
    padding-right: 0;
  }
  .business_left img {
    height: 40rem;
  }
  .business_right {
    margin-top: 5rem;
  }
  .business_right img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .business_title {
    margin-top: 0;
  }
  .business_text {
    padding-left: 1.5rem;
    padding-top: 2rem;
  }
  .business_link {
    padding-left: 0;
  }
}

/*/////////////////////////
member
/////////////////////////*/
.l-member {
  background-image: url(../img/top/member_bg.jpg);
  background-repeat: no-repeat;
  padding-top: 0;
  background-size: auto 100%;
  background-position: center -15rem;
  width: 100vw;
}
@media screen and (min-width: 1900px) {
  .l-member {
    background-size: 100% auto;
  }
}
.member {
  display: flex;
  position: relative;
  margin-top: -5rem;
  min-height: 55rem;
}
.member:before {
  content: "";
  display: block;
  position: absolute;
  left: 5rem;
  top: 0;
  width: 100%;
  height: 40rem;
  background-image: url(../img/top/member_title.png);
  background-repeat: no-repeat;
  background-size: auto 12rem;
  mix-blend-mode: multiply;
  z-index: -1;
}
.member_left, .member_right {
  flex-basis: 50%;
}
.member_left img, .member_right img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height: 100%;
}
.member_text {
  font-size: 1.6rem;
  padding-left: 3.5rem;
  color: #fff;
}
.member_right img {
  position: absolute;
  bottom: 0;
}
.member_link {
  margin-top: 5rem;
  padding-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .member {
    display: block;
  }
  .member:before {
    content: "";
    left: 3rem;
    background-size: 90% auto;
  }
  .member_right {
    padding: 3rem 0 0 0;
  }
  .member_right img {
    position: relative;
  }
  .member_text {
    padding-left: 1.5rem;
    padding-top: 2rem;
  }
  .member_link {
    padding-left: 0;
  }
}

/*/////////////////////////
playable
/////////////////////////*/
.l-playable {
  padding-top: 0;
  padding-bottom: 15rem;
  position: relative;
}
.l-playable:before {
  content: "";
  width: 25vw;
  height: 80%;
  display: block;
  background-color: #E6031B;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-playable {
    padding-top: 5rem;
  }
}

.playable:before {
  content: "";
  display: block;
  position: absolute;
  left: 5rem;
  top: 0;
  width: 100%;
  height: 40rem;
  background-image: url(../img/top/playable_title.png);
  background-repeat: no-repeat;
  background-size: auto 25rem;
  mix-blend-mode: multiply;
  z-index: -1;
}
.playable_text {
  font-size: 1.8rem;
  margin-top: 4rem;
  line-height: 2;
  padding-left: 3.5rem;
  padding-bottom: 4rem;
}
.playable_link {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}
.playable_loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.playable_loading:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: fadein 1s infinite;
}
.playable_playable {
  padding: 1rem;
  position: relative;
  padding-bottom: 50%;
  text-align: center;
}
.playable_playable iframe {
  width: 80%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .playable_playable iframe {
    width: 40rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .playable {
    display: block;
  }
  .playable:before {
    left: 3rem;
    background-size: auto 8rem;
  }
  .playable_right {
    padding: 3rem 0 0 0;
  }
  .playable_playable {
    padding-bottom: 100%;
  }
  .playable_playable iframe {
    width: 90vw;
    height: 100vw;
  }
}

/*/////////////////////////
welfare
/////////////////////////*/
.l-welfare {
  background-image: url(../img/top/welfare_bg.png);
  background-repeat: no-repeat;
  background-size: auto 40rem;
  background-position: 40vw 50%;
  padding-bottom: 20rem;
}
@media screen and (min-width: 1900px) {
  .l-welfare {
    background-size: auto 70%;
    background-position: 60% 50%;
  }
}
@media screen and (max-width: 992px) {
  .l-welfare {
    background-size: auto 70%;
    background-position: -30% 50%;
  }
}
@media screen and (max-width: 768px) {
  .l-welfare {
    background-size: auto 50%;
    background-position: -5% 70%;
  }
}

.welfare {
  display: flex;
  position: relative;
}
.welfare_left, .welfare_right {
  flex-basis: 50%;
}
.welfare_left img, .welfare_right img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: top;
  height: 100%;
}
.welfare_right {
  padding-left: 5rem;
  position: relative;
}
.welfare_right:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50vw;
  height: 40rem;
  background-image: url(../img/top/welfare_title.png);
  background-repeat: no-repeat;
  background-size: auto 10rem;
  mix-blend-mode: multiply;
  z-index: -1;
}
.welfare_text {
  font-size: 1.8rem;
  line-height: 2;
  padding-left: 3.5rem;
  color: #fff;
}
.welfare_link {
  margin-top: 4rem;
  padding-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .welfare {
    flex-direction: column;
  }
  .welfare_right {
    padding: 3rem 0 0 15%;
  }
  .welfare_right:before {
    content: "";
    left: 9rem;
    top: 5rem;
    background-size: 90% auto;
    width: 90vw;
  }
  .welfare_text {
    padding-left: 1.5rem;
    padding-top: 2rem;
  }
  .welfare_link {
    padding-left: 0;
  }
}

/*/////////////////////////
information
/////////////////////////*/
.l-information {
  background-image: url(../img/top/information_bg.jpg);
  background-size: cover;
  padding: 0 5rem 10rem;
}
.l-information > div {
  max-width: 120rem;
  margin: -5rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-information {
    padding: 0 2rem;
  }
}

.information {
  position: relative;
  top: -5rem;
}
.information:before {
  content: "";
  display: block;
  position: absolute;
  left: 5rem;
  top: 0;
  width: 100%;
  height: 40rem;
  background-image: url(../img/top/information_title.png);
  background-repeat: no-repeat;
  background-size: auto 25rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .information:before {
    content: "";
    left: 3rem;
    background-size: 90% auto;
  }
}

/*/////////////////////////
infographics
/////////////////////////*/
.l-infographics {
  position: relative;
  left: -5%;
}
.l-infographics > div {
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .l-infographics {
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  .l-infographics {
    padding: 5rem 1.5rem;
    left: 0;
  }
  .l-infographics > div {
    width: 100%;
  }
}

.infographics {
  background-color: #fff;
  border-radius: 1rem;
  padding: 5rem 0 5rem 5rem;
  position: relative;
}
.infographics_title {
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 2rem;
  position: relative;
}
.infographics_title h3 {
  font-size: 3rem;
  font-weight: 700;
}
.infographics_title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  top: 0;
  width: 120%;
  height: 40rem;
  background-image: url(../img/top/infographics_title.png);
  background-repeat: no-repeat;
  background-size: auto 7rem;
  mix-blend-mode: multiply;
  z-index: -1;
}
.infographics_right {
  display: inline-block;
  width: 40%;
}
.infographics_right img {
  position: relative;
  border-radius: 1rem;
}
.infographics_left {
  display: inline-block;
  flex-basis: 80%;
  width: 50%;
  vertical-align: top;
}
.infographics_text {
  font-size: 1.6rem;
  margin-top: 4rem;
}
.infographics_link {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .infographics {
    margin-top: 0;
    padding: 2rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .infographics_right, .infographics_left {
    display: block;
    width: 100%;
  }
  .infographics_right img {
    max-width: 100%;
    height: 100%;
    position: relative;
    top: -5rem;
  }
  .infographics_title {
    margin-top: 0;
  }
  .infographics_title:before {
    content: "";
    left: 0;
    background-size: 90% auto;
    width: 100%;
  }
}

/*/////////////////////////
faq
/////////////////////////*/
.l-faq {
  position: relative;
  left: 5%;
}
.l-faq > div {
  max-width: 80rem;
}
@media screen and (max-width: 992px) {
  .l-faq {
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .l-faq {
    padding: 5rem 1.5rem;
    left: 0;
  }
  .l-faq > div {
    width: 100%;
  }
}

.faq {
  background-color: #fff;
  border-radius: 1rem;
  padding: 5rem 5rem 5rem 0;
  position: relative;
}
.faq_title {
  font-size: 1.3rem;
  font-weight: 500;
  padding-top: 2rem;
  position: relative;
}
.faq_title h3 {
  font-size: 3rem;
  font-weight: 700;
}
.faq_title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  top: 0;
  width: 120%;
  height: 40rem;
  background-image: url(../img/top/faq_title.png);
  background-repeat: no-repeat;
  background-size: auto 7rem;
  mix-blend-mode: multiply;
  z-index: -1;
}
.faq_left {
  display: inline-block;
  width: 50%;
  position: relative;
  height: 34rem;
}
.faq_left img {
  position: absolute;
  right: 4rem;
  border-radius: 1rem;
  height: 100%;
  object-fit: contain;
}
.faq_right {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.faq_text {
  font-size: 1.6rem;
  margin-top: 4rem;
}
.faq_link {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .faq {
    margin-top: 0;
  }
  .faq_title {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    margin-top: 0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
  }
  .faq_right, .faq_left {
    display: block;
    width: 100%;
  }
  .faq_left {
    height: 100%;
  }
  .faq_left img {
    max-width: 100%;
    height: 100%;
    position: relative;
    top: -5rem;
    right: auto;
  }
  .faq_title {
    margin-top: 0;
  }
  .faq_title:before {
    content: "";
    left: 0;
    background-size: 40% auto;
    width: 100%;
  }
}

/*/////////////////////////
recruit
/////////////////////////*/
.l-recruit {
  background-image: url(../img/lower_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .l-recruit {
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-recruit {
    padding: 5rem 2rem;
  }
}

.recruit:before {
  content: "";
  display: block;
  position: absolute;
  left: 5rem;
  top: 0;
  width: 100%;
  height: 40rem;
  background-image: url(../img/top/job_title.png);
  background-repeat: no-repeat;
  background-size: auto 25rem;
  z-index: -1;
}
.recruit_title {
  margin-bottom: 5rem;
}
.recruit_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_item {
  font-size: 1.7rem;
  display: flex;
  background-color: #fff;
  transition: 0.3s all;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-basis: 30%;
  overflow: hidden;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 3rem;
}
.recruit_item_title {
  font-weight: 700;
  color: #023894;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.recruit_item_img {
  flex-basis: 50%;
  overflow: hidden;
}
.recruit_item_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.recruit_item_detail {
  padding: 2rem;
  flex-basis: 60%;
}
.recruit_item_detail dl {
  flex-basis: 60%;
  padding: 0 0 2rem 0;
}
.recruit_item_detail dt {
  flex-basis: 10rem;
  color: #042C68;
  font-size: 1.5rem;
  font-weight: 400;
}
.recruit_item_detail dd {
  overflow: hidden;
  font-size: 1.4rem;
}
.recruit_item_text-detail {
  overflow: hidden;
  height: 12.5rem;
  padding-bottom: 0;
}
.recruit_item:hover {
  cursor: pointer;
  opacity: 0.6;
}
.recruit_link {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .recruit_title .toppage_title-sub {
    height: 3.5rem;
  }
  .recruit_title .toppage_title-sub img {
    object-position: left;
  }
  .recruit_items {
    display: block;
    margin-top: 3rem;
  }
  .recruit_item {
    flex-direction: column;
  }
  .recruit_item_title {
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 2.5rem;
  }
  .recruit_item_photo {
    width: 100%;
  }
  .recruit_item_detail {
    padding: 1rem 2rem 2rem;
    display: block;
  }
  .recruit_item_detail dd + dt {
    margin-top: 1rem;
  }
  .recruit_item_detail dt, .recruit_item_detail dd {
    flex-basis: 100%;
  }
  .recruit_link {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit:before {
    content: "";
    left: 3rem;
    background-size: 90% auto;
    width: 100%;
  }
}

/*/////////////////////////
footer
/////////////////////////*/
footer.l-footer {
  position: relative;
  background-color: #fff;
}

.footer {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.footer_logo_recruit {
  vertical-align: middle;
}
.footer_logo a {
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}
.footer_logo a img {
  width: 100%;
}
.footer_top {
  margin: 0 auto;
  padding: 5rem 1rem 4rem;
  display: flex;
  justify-content: space-between;
}
.footer_top_left {
  width: 30%;
  display: flex;
}
.footer_top_right {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.footer_btm {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background-color: #023894;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
.footer_btm .footer_nav a {
  padding-bottom: 0;
}
.footer_navs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
}
.footer_nav {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer_nav_title {
  font-size: 1.5rem;
  color: #9B9A9A;
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer_nav + .footer_nav {
  margin-left: 6rem;
}
.footer_nav a {
  transition: 0.2s all;
  font-size: 1.5rem;
  margin-top: 0.5rem;
  display: inline-block;
  padding-bottom: 1.5rem;
  margin: 0 1rem;
}
.footer_nav a:hover {
  opacity: 0.5;
  cursor: pointer;
}
.footer_nav_corporate {
  font-size: 1.5rem;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .footer_logo a {
    width: 100%;
  }
  .footer_top {
    flex-basis: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1rem;
  }
  .footer_top .footer_navs {
    justify-content: flex-start;
  }
  .footer_top_left {
    width: 100%;
  }
  .footer_top_right {
    width: 100%;
    margin-top: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer_top .footer_nav li {
    flex-basis: auto;
  }
  .footer_btm {
    flex-direction: column;
    text-align: center;
  }
  .footer_btm .footer_nav {
    text-align: center;
  }
  .footer_btm .footer_nav a {
    margin-bottom: 1rem;
  }
  .footer_navs {
    width: auto;
  }
  .footer_navs ul {
    flex-direction: column;
  }
  .footer_nav {
    display: block;
  }
  .footer_nav_corporate {
    margin-top: 0;
  }
  .footer_nav_corporate ul li a {
    font-size: 0.8em;
  }
}

/*/////////////////////////
下層ページ
/////////////////////////*/
.l-pageHeader {
  background-image: url(../img/header_bg.jpg);
  background-size: cover;
  padding-top: 16rem;
  background-position: bottom;
  background-position: center;
  display: flex;
  align-items: center;
  height: 40rem;
}
@media screen and (max-width: 768px) {
  .l-pageHeader {
    padding-bottom: 9rem;
    height: 30rem;
  }
}

.pageHeader {
  z-index: 1;
}
.pageHeader_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2.6rem;
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.pageHeader_title h1 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageHeader_title h1 {
    font-size: 3rem;
  }
}

.page {
  background-image: url(../img/lower_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

/*/////////////////////////
パンくず
/////////////////////////*/
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    padding-top: 0;
  }
}

.breadcrumb {
  max-width: 100rem;
  margin: 0 1rem;
  padding: 1.5rem 0;
}
.breadcrumb_items {
  display: flex;
  font-size: 1.6rem;
  flex-wrap: wrap;
}
.breadcrumb_item-last {
  color: #023894;
}
.breadcrumb_item a {
  display: block;
  margin-right: 1.5rem;
}
.breadcrumb_item a:after {
  content: ">";
  margin-left: 1.5rem;
  display: inline-block;
  color: #333;
}

/*/////////////////////////
求人詳細
/////////////////////////*/
.l-jobDetail {
  padding-top: 0;
}

.jobDetail {
  font-size: 1.8rem;
  background-color: #fff;
  padding: 3rem 5rem;
  width: 80%;
  margin: 5rem auto 0;
}
.jobDetail h2 {
  font-size: 2.4rem;
  color: #333;
  text-align: left;
  font-weight: bold;
}
.jobDetail_item {
  background-color: #fff;
  overflow: hidden;
  border-radius: 1rem;
}
.jobDetail_item_img img {
  object-fit: cover;
  width: 100%;
  height: 33rem;
}
.jobDetail_item dl {
  padding: 5rem;
}
.jobDetail_item dt {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  color: #023894;
}
.jobDetail_item dd {
  font-size: 1.5rem;
  line-height: 1.7;
}
.jobDetail_item dd + dt {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .jobDetail {
    width: 100%;
    padding: 1rem;
  }
  .jobDetail_items {
    padding: 2rem;
  }
  .jobDetail_item_img img {
    height: auto;
  }
  .jobDetail_item dl {
    padding: 2rem;
  }
}

/*/////////////////////////
下部バナー
/////////////////////////*/
.l-lower_banner {
  background-image: url(../img/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5rem;
  position: relative;
}
.l-lower_banner.is-jobfooter {
  background-image: url(../img/top/information_bg.jpg);
  padding: 5rem;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.l-lower_banner.is-jobfooter .lower_banner {
  margin-top: 2rem;
}
.l-lower_banner.is-jobfooter .lower_banner .btn_viewall {
  max-width: none;
  width: 80%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-lower_banner.is-jobfooter .lower_banner {
    padding: 0;
    background-color: transparent;
  }
  .l-lower_banner.is-jobfooter .lower_banner .btn_viewall {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-lower_banner {
    padding: 2rem 4rem;
  }
}

.lower_banner {
  position: relative;
  max-width: 70rem;
  z-index: 1;
  padding: 4rem 2rem;
  text-align: center;
  color: #fff;
  background-color: rgba(232, 10, 35, 0.9);
}
.lower_banner_title {
  font-size: 6rem;
  line-height: 1;
  font-weight: 900;
}
.lower_banner_title-sub {
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 3rem;
  font-weight: 700;
}
.lower_banner .btn_viewall {
  margin-top: 3rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower_banner {
    display: block;
  }
  .lower_banner_title {
    font-size: 3rem;
  }
  .lower_banner_title-sub {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

/*/////////////////////////
contact
/////////////////////////*/
.l-contact {
  background-image: url(../img/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  padding: 7rem 2rem;
}
.l-contact.is-contact {
  background-image: none;
  background-color: #023894;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding-top: 5rem;
  }
}

.contact_title {
  text-align: center;
}
.contact_title .toppage_title_sub img {
  height: 2rem;
  object-fit: contain;
}
.contact_wrap {
  background-color: #023894;
  padding: 5rem 0;
  margin-top: 3rem;
  position: relative;
}
.contact_items {
  margin: 4rem auto;
  max-width: 86rem;
  position: relative;
  border-radius: 3rem;
  z-index: 1;
  color: #fff;
}
.contact_items form div.wpcf7-response-output {
  color: #fd0;
  font-size: 1.4em;
  font-weight: bold;
}
.contact_item {
  font-size: 1.4rem;
  padding: 0 1rem;
}
.contact_item_text {
  text-align: center;
  margin-bottom: 5rem;
}
.contact_item_label {
  font-size: 1.4rem;
  font-weight: bold;
  flex-basis: 30%;
  color: #fff;
}
.contact_item_label span {
  margin-left: 1rem;
  display: inline-block;
  line-height: 1;
  font-weight: normal;
}
.contact_item_label span .wpcf7-list-item-label {
  font-size: 1.2em;
}
.contact_item_label-required {
  color: #fff;
}
.contact_item_label-any {
  color: #fff;
}
.contact_item_label-privacy {
  flex-basis: auto;
}
.contact_item_wrap {
  display: flex;
  flex-basis: 70%;
  justify-content: space-between;
}
.contact_item_wrap-select {
  position: relative;
}
.contact_item_wrap-select:before {
  position: absolute;
  top: 2rem;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #023894 transparent transparent transparent;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.contact_item_wrap-col {
  display: flex;
  flex-direction: column;
}
.contact_item-center {
  justify-content: center;
}
.contact_item-left {
  justify-content: flex-start;
}
.contact_item-privacy input[type=checkbox] {
  margin-right: 1rem;
}
.contact_item-privacy a {
  color: #fff;
  text-decoration: underline;
}
.contact_item-checkbox {
  display: block;
}
.contact_item-checkbox label {
  margin-right: 2rem;
}
.contact_item-50 .entry_item {
  flex-basis: 49%;
}
.contact_item-33 .entry_item {
  flex-basis: 32%;
}
.contact_item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_item-btn.contact_item-mt20 p {
  width: 100%;
  text-align: center;
}
.contact_item-btn span.wpcf7-spinner {
  position: absolute !important;
}
.contact_item_input {
  background-color: #fff;
  font-size: 1.6rem;
  color: #333;
  padding: 1rem;
  transition: 0.3s all;
  margin-top: 0.5rem;
  flex-basis: 70%;
  width: 100%;
}
.contact_item_input-file {
  background-color: transparent;
}
.contact_item_input-textarea {
  height: 20rem;
}
.contact_item_input-select {
  appearance: none;
  width: 100%;
  outline: 0;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
  flex-basis: 100%;
}
.contact_item_input-select:-ms-expand {
  display: none;
}
.contact_item_input-btn {
  width: 50%;
  text-align: center;
  color: #fff;
  transition: 0.3s all;
  background-color: #E6031B;
  margin: 0 auto;
  padding: 1.5rem 4rem;
  font-size: 2rem;
  position: relative;
  transition: 0.3s all;
  height: auto;
  border: none;
  display: flex;
  justify-content: center;
}
.contact_item_input-btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .contact_item_input-btn {
    width: 100%;
  }
}
.contact_item_input:focus {
  outline: none;
  background-color: white;
}
.contact_item-mt20 {
  margin-top: 2rem;
}
.contact_item-mt30 {
  margin-top: 3rem;
}
.contact_item-p1 {
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0;
  }
  .contact_wrap {
    padding: 0;
  }
  .contact_items {
    width: 100%;
    padding: 1rem 0;
  }
  .contact_item {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2rem;
    padding: 0 2.5rem;
  }
  .contact_item-50 .entry_item {
    flex-basis: 100%;
  }
  .contact_item-33 .entry_item {
    flex-basis: 100%;
  }
  .contact_item_wrap {
    flex-wrap: wrap;
    width: 100%;
  }
  .contact_item_input-btn {
    margin-bottom: 2rem;
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }
  .contact_item_input-select {
    width: 100%;
  }
  .contact_item_input-textarea {
    flex-basis: 30rem;
  }
  .contact_item-mt30 {
    margin-top: 0;
  }
  .contact_item-privacy {
    flex-direction: row;
    align-items: center;
  }
  .contact_item + .contact_item {
    margin-top: 3rem;
  }
}

/*/////////////////////////
faq
/////////////////////////*/
@media screen and (max-width: 768px) {
  .l-lower-faq {
    margin-top: 0;
  }
}

.lower-faq {
  display: flex;
  justify-content: center;
}
.lower-faq_title {
  flex-basis: 35%;
}
.lower-faq_items {
  padding: 0 3rem;
  flex-basis: 90%;
}
.lower-faq_item {
  transition: 0.5s all;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
}
.lower-faq_item *:focus {
  outline: none;
}
.lower-faq_item + .lower-faq_item {
  margin-top: 3rem;
}
.lower-faq_item_title {
  font-size: 1.8rem;
  list-style: none;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 2rem;
  padding-right: 5rem;
  background-color: #023894;
  color: #fff;
}
.lower-faq_item_title:hover {
  cursor: pointer;
}
.lower-faq_item_title::-webkit-details-marker {
  display: none;
}
.lower-faq_item_title:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/faq/faq_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 3rem;
  top: 55%;
  transform: translateY(-50%);
  transition: 0.3s all;
  background-position: center;
}
.lower-faq_item_title div {
  flex-basis: calc(100% - 5rem);
}
.lower-faq_item_text {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 4rem;
  display: none;
  overflow: hidden;
}
.lower-faq_item_q {
  padding: 5px 15px 10px;
  background-color: #fff;
  font-size: 2.8rem;
  height: 5rem;
  width: 5rem;
  color: #023894;
  align-items: center;
  line-height: 1;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 50%;
  flex-basis: 5rem;
}
.lower-faq_item.is-active .lower-faq_item_title:after {
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .lower-faq_items {
    flex-basis: 100%;
    padding: 0;
  }
  .lower-faq_item_q {
    padding: 5px 10px 10px;
    font-size: 2.4rem;
  }
  .lower-faq_item_title::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .lower-faq_item_text {
    padding: 2rem;
  }
}

/*/////////////////////////
下層メンバー
/////////////////////////*/
.l-lower-member {
  padding-top: 0;
}

.lower-member_items {
  margin-top: 5rem;
}
.lower-member_item {
  padding: 3rem 1rem;
  margin-top: 4rem;
  display: none;
}
.lower-member_item.is-active {
  display: block;
  animation: fadein 1s both;
}
.lower-member_item_left {
  width: 27%;
  max-width: 30rem;
  background-color: #023894;
  position: absolute;
  padding: 3rem 3rem 5rem 3rem;
  border-radius: 1rem;
}
.lower-member_item_right {
  width: 65%;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 1rem;
  padding: 5rem;
  margin-left: auto;
}
.lower-member_item_right h3 {
  font-size: 3.5rem;
  color: #023894;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  line-height: 1.5;
  position: relative;
}
.lower-member_item_right h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 0;
}
.lower-member_item_right span {
  font-size: 2rem;
}
.lower-member_item_text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 3rem;
}
.lower-member_item_text dt {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.lower-member_item_text dt:before {
  content: "";
  width: 3rem;
  height: 3px;
  background-color: #023894;
  position: absolute;
  display: block;
  bottom: 0rem;
}
.lower-member_item_text dd + dt {
  margin-top: 5rem;
}
.lower-member_item_name {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
.lower-member_item_name-jobtype {
  font-size: 0.8em;
  margin-top: 2rem;
  display: block;
}
.lower-member_item_youtube {
  padding-bottom: 56.25%;
  position: relative;
}
.lower-member_item_youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.lower-member_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}
.lower-member_tab {
  background-color: #fff;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-image: url(../img/member/btn.png);
  background-position: 95% center;
  background-size: 10% auto;
  display: flex;
  flex-basis: 30%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 1%;
  padding: 1rem 5rem 1rem 1rem;
  align-items: center;
  transition: 0.3s all;
}
.lower-member_tab_name {
  font-size: 1.4rem;
}
.lower-member_tab-jobtype {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.lower-member_tab_left {
  flex-basis: 25%;
}
.lower-member_tab_left img {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
}
.lower-member_tab_right {
  flex-basis: 70%;
  padding-left: 2rem;
}
.lower-member_tab:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lower-member_item {
    padding: 0;
  }
  .lower-member_item.is-active {
    display: block;
  }
  .lower-member_item_left {
    position: relative;
    width: 100%;
    padding: 2rem;
    display: flex;
    max-width: none;
    margin-bottom: 1rem;
  }
  .lower-member_item_right {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 2rem;
  }
  .lower-member_item_right h3 {
    font-size: 2.5rem;
    margin: 2rem 0 4rem;
  }
  .lower-member_item_name {
    margin-top: 0;
    font-size: 2.5rem;
  }
  .lower-member_item_name-jobtype {
    margin-top: 1rem;
  }
  .lower-member_tabs {
    display: block;
  }
  .lower-member_tabs_right {
    display: block;
  }
  .lower-member_tab_left {
    flex-basis: 20%;
  }
  .lower-member_tab_left img {
    height: 7rem;
    object-fit: contain;
    object-position: center;
  }
}

/*/////////////////////////
list
/////////////////////////*/
.l-lower-list {
  padding-top: 0;
}
.lower-list_items {
  margin-top: 5rem;
}
.lower-list_item {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
  padding: 3rem;
  display: flex;
  font-size: 1.8rem;
}
.lower-list_item + .lower-list_item {
  margin-top: 2rem;
}
.lower-list_item_left {
  flex-basis: 50%;
  padding-right: 2rem;
}
.lower-list_item_left img {
  width: 100%;
}
.lower-list_item_right {
  flex-basis: 50%;
}
.lower-list_item_date {
  font-size: 1.4rem;
  font-weight: 300;
  display: flex;
}
.lower-list_item_date img {
  width: 2.5rem;
  margin-right: 0.5rem;
}
.lower-list_item_text {
  margin-top: 1rem;
}

/*/////////////////////////
事業詳細
/////////////////////////*/
.lower-business_items {
  padding-top: 5rem;
}
.lower-business_left {
  width: 40%;
  position: relative;
  padding-right: 10rem;
}
.lower-business_left img {
  max-width: 80%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: absolute;
  top: -10rem;
  border-radius: 1rem;
}
.lower-business_right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border-radius: 2rem;
  position: relative;
}
.lower-business_right:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -12rem;
  width: 100%;
  height: 40rem;
  background-image: url(../img/business/business_title_01.png);
  background-repeat: no-repeat;
  background-size: auto 10rem;
  z-index: 0;
}
.lower-business_title {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 500;
  color: #023894;
  line-height: 1.5;
}
.lower-business_item {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 2rem;
  font-size: 2rem;
  padding: 4rem;
  font-size: 1.6rem;
  line-height: 2;
  min-height: 45rem;
}
.lower-business_item + .lower-business_item {
  margin-top: 15rem;
}
.lower-business_item-1 .lower-business_right:before {
  background-image: url(../img/business/business_title_01.png);
}
.lower-business_item-2 .lower-business_right:before {
  background-image: url(../img/business/business_title_02.png);
}
.lower-business_item-3 .lower-business_right:before {
  background-image: url(../img/business/business_title_03.png);
}
.lower-business_item-4 .lower-business_right:before {
  background-image: url(../img/business/business_title_04.png);
}
@media screen and (max-width: 768px) {
  .lower-business_item {
    display: block;
    padding: 8rem 4rem 4rem 4rem;
    margin-top: 7rem;
    min-height: auto;
  }
  .lower-business_left, .lower-business_right {
    width: 100%;
  }
  .lower-business_right:before {
    display: none;
  }
  .lower-business_left img {
    max-width: 100%;
    height: 18rem;
    top: -20rem;
  }
}

/*/////////////////////////
下層infographics
/////////////////////////*/
.l-lower-infographics {
  padding-top: 0;
}

.lower-infographics_items {
  padding-top: 8rem;
  display: grid;
  grid-template-columns: 32% 15% 15% 32%;
  grid-template-rows: repeat(5, auto);
  grid-column-gap: 2%;
  grid-row-gap: 2rem;
}
.lower-infographics_title {
  text-align: center;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem;
  margin-top: 2rem;
}
.lower-infographics_item {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 1rem;
}
.lower-infographics_item-1 {
  grid-area: 1/1/2/3;
}
.lower-infographics_item-2 {
  grid-area: 1/3/2/5;
}
.lower-infographics_item-3 {
  grid-area: 2/1/4/4;
}
.lower-infographics_item-4 {
  grid-area: 2/4/3/5;
}
.lower-infographics_item-5 {
  grid-area: 3/4/4/5;
}
.lower-infographics_item-6 {
  grid-area: 4/1/5/2;
}
.lower-infographics_item-7 {
  grid-area: 4/2/5/4;
}
.lower-infographics_item-8 {
  grid-area: 4/4/5/5;
}
.lower-infographics_item-9 {
  grid-area: 5/1/6/3;
}
.lower-infographics_item-10 {
  grid-area: 5/3/6/5;
}
.lower-infographics_item_img {
  padding: 2rem 2rem 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-infographics_item_img img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .lower-infographics_items {
    padding-top: 5rem;
    display: block;
  }
  .lower-infographics_item {
    display: block;
    margin: 1rem;
  }
  .lower-infographics_item_img {
    padding: 0;
  }
}

/*/////////////////////////
福利厚生
/////////////////////////*/
.lower-welfare_benefit h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #023894;
  padding-left: 3rem;
  position: relative;
}
.lower-welfare_benefit h3:before {
  content: "";
  display: block;
  position: absolute;
  height: 9rem;
  width: 0.5rem;
  background-color: #E6031B;
  left: 0;
  bottom: 0;
}
.lower-welfare_office {
  margin-top: 8rem;
}
.lower-welfare_office .lower-welfare_item {
  display: flex;
  justify-content: center;
  min-height: 26rem;
  margin-top: 10rem;
}
.lower-welfare_office .lower-welfare_item_left {
  width: 40%;
  position: relative;
}
.lower-welfare_office .lower-welfare_item_left img {
  max-width: 100%;
  object-fit: cover;
  z-index: 2;
  position: absolute;
  top: -10rem;
  border-radius: 1rem;
}
.lower-welfare_office .lower-welfare_item_right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border-radius: 2rem;
  position: relative;
}
.lower-welfare_office .lower-welfare_item_text {
  margin-top: 2rem;
  font-size: 1.6rem;
}
.lower-welfare_office h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #023894;
}
.lower-welfare_training {
  margin-top: 8rem;
}
.lower-welfare_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
.lower-welfare_content-timeline {
  padding: 5rem 0;
}
.lower-welfare_content .lower-welfare_item-w50 {
  flex-basis: calc(50% - 2rem);
}
.lower-welfare_content .lower-welfare_item-w100 {
  flex-basis: 100%;
}
.lower-welfare_content_title {
  font-size: 1.8rem;
}
.lower-welfare_content_title h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #023894;
  margin-bottom: 1rem;
}
.lower-welfare_title {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 500;
  color: #023894;
  line-height: 1.5;
}
.lower-welfare_item {
  background-color: #fff;
  border-radius: 2rem;
  font-size: 2rem;
  padding: 3.5rem;
  font-size: 1.6rem;
  margin: 2rem 0 4rem;
  width: 100%;
}
.lower-welfare_item h4 {
  color: #023894;
  font-size: 2.2rem;
  margin-top: 3rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.lower-welfare_item_text {
  margin-top: 4rem;
  font-size: 1.4rem;
}
.lower-welfare_item + .lower-business_item {
  margin-top: 15rem;
}
.lower-welfare_timeline {
  font-size: 1.5rem;
  justify-content: center;
  width: 100%;
  display: flex;
  align-items: flex-start;
  min-height: 14rem;
}
.lower-welfare_timeline + .lower-welfare_timeline {
  margin-top: 2rem;
}
.lower-welfare_timeline > div {
  display: inline-block;
  width: 45%;
}
.lower-welfare_timeline_blue {
  background-color: #023894;
  color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  padding: 2rem 1rem;
  font-size: 2.5rem;
  max-width: 45rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lower-welfare_timeline_blue:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 17.5px 0 17.5px;
  border-color: #333 transparent transparent transparent;
  left: 50%;
  bottom: -70%;
  position: absolute;
  transform: translateX(-50%);
}
.lower-welfare_timeline_text {
  padding-left: 5rem;
}
.lower-welfare_timeline:last-child .lower-welfare_timeline_blue:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .lower-welfare_content .lower-welfare_item-w50 {
    flex-basis: 100%;
  }
  .lower-welfare_content .lower-welfare_item-w100 {
    flex-basis: 100%;
  }
  .lower-welfare_office .lower-welfare_item {
    display: flex;
    flex-direction: column;
    margin-top: 16rem;
  }
  .lower-welfare_office .lower-welfare_item_left, .lower-welfare_office .lower-welfare_item_right {
    width: 100%;
  }
  .lower-welfare_office .lower-welfare_item_left {
    padding-top: 4rem;
  }
  .lower-welfare_office .lower-welfare_item_left img {
    top: -18rem;
    height: 20rem;
  }
  .lower-welfare_timeline {
    flex-direction: column;
  }
  .lower-welfare_timeline + .lower-welfare_timeline {
    margin-top: 7rem;
  }
  .lower-welfare_timeline:first-child .lower-welfare_timeline_blue:before {
    display: none;
  }
  .lower-welfare_timeline:last-child .lower-welfare_timeline_blue:before {
    display: block;
  }
  .lower-welfare_timeline_blue:before {
    bottom: auto;
    top: -80%;
  }
  .lower-welfare_timeline_text {
    padding-left: 0;
    padding-top: 1rem;
  }
  .lower-welfare_timeline > div {
    width: 100%;
  }
}/*# sourceMappingURL=recruit.css.map */