@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700&family=Poppins:wght@700&display=swap");
.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% {
    transform: translateY(-2000px);
  }
  100% {
    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, body {
  color: #191919;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 62.5%;
  width: 100vw;
  color: #333;
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  html, body {
    font-size: 57%;
  }
}

h2 {
  margin: 0;
}

a {
  transition: 0.3s all;
}
a:hover {
  opacity: 0.5;
}

figure img {
  width: 100%;
  height: 100%;
}

section {
  padding: 6rem 5rem;
}
@media screen and (max-width: 768px) {
  section {
    padding: 3rem 1.5rem;
  }
}
section > div {
  width: 100%;
  max-width: 110rem;
  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;
  }
}

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

.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;
  }
}

.toppage_title {
  margin-bottom: 1rem;
  font-size: 5rem;
  font-weight: bold;
  color: #0046A0;
}
.toppage_title-sub {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  color: #0046A0;
}
.toppage_title-sub.is-center {
  text-align: center;
}
.toppage_title-sub.is-center::after {
  margin-left: auto;
  margin-right: auto;
}
.toppage_title.is-center {
  text-align: center;
}
.toppage_link {
  margin-top: 7rem;
}
.toppage_link-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .toppage_title {
    font-size: 3rem;
  }
  .toppage_title-sub {
    font-size: 1.8rem;
  }
}

/*/////////////////////////
bgarea
/////////////////////////*/
.bg-area {
  background-color: #F2f2f2;
  padding: 10rem 6rem;
}
.bg-area_box {
  max-width: 110rem;
  display: flex;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.bg-area_box .l-benefit, .bg-area_box .l-infographics {
  flex-basis: calc(50% - 4rem);
}
@media screen and (max-width: 768px) {
  .bg-area {
    padding: 5rem 2rem;
  }
  .bg-area_box {
    display: block;
    margin-top: 6rem;
  }
}

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

.header {
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
.header.is-active {
  position: fixed;
  animation: top-in-basic 1 0.4s 0s;
  background-color: #fff;
}
.header .logo {
  font-size: 1.3rem;
  transition: 0.3s all;
  padding: 0.5rem;
  margin-left: 2rem;
  display: flex;
  align-items: center;
}
.header .logo:hover {
  opacity: 0.3;
  cursor: pointer;
}
.header .logo a {
  display: flex;
  align-items: center;
}
.header .logo a img {
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
  -o-object-position: left;
     object-position: left;
}
.header .logo p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  margin-left: 1.5rem;
  margin-top: -3px;
}
.header_right {
  display: flex;
  align-items: center;
}
.header_right .btn-viewall {
  margin-right: 1rem;
  height: 5.2rem;
  padding: 0 8rem 0 4rem;
  line-height: 6rem;
  font-size: 2rem;
}
.header_right .btn-header {
  background-color: #D02132;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  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: transparent;
  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 {
  width: 60vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .header .menuList_wrap {
    width: 90%;
  }
}
.header .menuList_menu {
  width: 80%;
}
.header .menuList_item {
  font-size: 1.8rem;
  text-align: center;
}
.header .menuList_item img {
  width: 50%;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .menuList_item a {
  display: block;
  transition: 0.3s all;
  padding: 2rem 0;
  color: #0046A0;
  border-bottom: 1px solid #eee;
}
.header .menuList_item a:hover {
  background-color: #0046A0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.header .menuList_item:last-child a {
  border-bottom: 0;
}
.header .menuList_item-logo {
  margin-bottom: 5rem;
}
.header .menuList_closebtn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 0 0 1rem;
    height: 8rem;
  }
  .header .menuList_entry {
    display: none;
  }
  .header .menu {
    width: 6rem;
    height: 6rem;
    padding: 1rem;
    border-radius: 0;
  }
  .header .menu img {
    width: 100%;
  }
  .header .menuList_wrap {
    padding: 2rem;
  }
  .header .menuList_menu {
    width: 100%;
  }
  .header .menuList_item img {
    width: 50%;
    height: 5rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .logo {
    margin-left: 0;
    display: block;
  }
  .header .logo a {
    height: 5rem;
    display: block;
  }
  .header .logo a img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 5rem;
    width: 80%;
    -o-object-position: left;
       object-position: left;
  }
  .header .logo p {
    font-size: 1.2rem;
    margin-left: 0;
  }
  .header_right .btn-header {
    display: none;
  }
  .header.is-active .logo img {
    height: 100%;
    position: relative;
  }
}

/*/////////////////////////
top
/////////////////////////*/
.l-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: url(../img/top_bg.svg), url(../img/message_bg.svg);
  background-repeat: no-repeat;
  background-size: contain 20vw;
  background-position: top right, left -10% bottom 10%;
  padding-top: 8rem;
}
.l-top > div {
  max-width: 130rem;
}
@media screen and (max-width: 768px) {
  .l-top {
    background-image: url(../img/top_bg.svg);
    background-size: 100%;
    background-position: top 25% right;
    padding-top: 8rem;
  }
}

.top {
  position: relative;
  z-index: 2;
  margin: 10rem auto 5rem;
  text-align: left;
}
.top_title {
  font-size: 4rem;
  font-weight: 700;
  position: relative;
}
.top_title h2 {
  margin-bottom: 4rem;
  font-weight: 900;
  font-size: 6rem;
  position: relative;
  color: #0D3FC9;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 20px #fff9;
}
.top_title h2 .mv-moji {
  font-size: 11rem;
  font-weight: 900;
  display: inline-block;
}
.top_message {
  margin-top: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_message p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 6.5rem;
  padding-right: 5rem;
  margin-top: 2rem;
}
.top_message p span {
  font-size: 3.5rem;
  color: #DD1417;
  font-weight: bold;
}
.top_message figure {
  width: 50%;
  flex-basis: 31%;
  margin-top: -3rem;
}
.top_message_img {
  margin-top: 3.5rem;
  width: 60%;
  height: auto;
}
.top_message_img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .top_title h2 {
    margin-bottom: 0;
    font-size: 5rem;
    letter-spacing: 0.05em;
  }
  .top_title h2 .mv-moji {
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .top {
    margin: 3rem auto 5rem;
  }
  .top_title {
    font-size: 4.5rem;
  }
  .top_title h2 {
    margin-bottom: 0;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .top_title h2 .mv-moji {
    font-size: 4.5rem;
  }
  .top_message {
    margin-top: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .top_message p {
    font-size: 2rem;
    padding-right: 0;
    margin-bottom: 4rem;
  }
  .top_message p span {
    font-size: 3.5rem;
  }
  .top_message figure {
    width: 50%;
  }
  .top_message_img {
    margin-top: 2.5rem;
    width: 100%;
  }
}

/*/////////////////////////
service
/////////////////////////*/
.l-service {
  padding-top: 13rem;
  background-image: url(../img/service_bg_01.svg), url(../img/service_bg_02.svg);
  background-repeat: no-repeat;
  background-size: contain 50%;
  background-position: top 30% right -5%, top 50% left -5%;
}
@media screen and (max-width: 768px) {
  .l-service {
    padding-top: 7rem;
    margin-top: -7rem;
    background-size: 100%;
    background-position: top 30% right -10rem, top 50% left -10rem;
  }
}

.service_title h2 {
  font-size: 7rem;
  font-weight: bold;
  color: #003FEB;
}
.service_title_sub {
  font-size: 1.5rem;
  font-weight: 400;
  color: #646464;
}
.service_title_text {
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #191919;
}
.service_title_text br {
  display: block;
}
@media screen and (max-width: 768px) {
  .service_title_text br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .service_title h2 {
    font-size: 3.5rem;
  }
  .service_title_text {
    font-size: 1.8rem;
  }
}
.service_icon_items {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 9rem;
  margin-left: 5rem;
}
.service_icon_item {
  flex-basis: 10%;
  margin-right: 5rem;
  margin-bottom: 4rem;
}
.service_icon_item figure {
  width: 13rem;
  height: 12rem;
  background-color: #CBEAF5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_icon_item figure img {
  width: 80%;
  height: 80%;
}
.service_icon_item p {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #191919;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .service_icon_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 9rem;
    margin-left: 0;
    width: calc(100% - 6rem);
    margin: 0 auto;
  }
  .service_icon_item {
    flex-basis: 10%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .service_icon_item figure {
    width: 13rem;
    height: 12rem;
    background-color: #CBEAF5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service_icon_item figure img {
    width: 80%;
    height: 80%;
  }
  .service_icon_item p {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    color: #191919;
  }
}
.service_items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service_items {
    display: block;
    padding-top: 7rem;
  }
}
.service_item {
  flex-basis: 45%;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  margin-top: -7rem;
  padding-top: 7rem;
}
.service_item figure {
  width: 100%;
  height: auto;
}
.service_item figure img {
  width: 100%;
  height: 100%;
}
.service_item:nth-child(1) .service_item_text_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -0.5rem;
  width: 22rem;
  height: 0.3rem;
  background-color: #223FC9;
}
.service_item:nth-child(1) .service_item_text_key {
  color: #223FC9;
}
.service_item:nth-child(2) .service_item_text_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -0.5rem;
  width: 22rem;
  height: 0.3rem;
  background-color: #8CCC04;
}
.service_item:nth-child(2) .service_item_text_key {
  color: #8CCC04;
}
.service_item:nth-child(3) .service_item_text_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -0.5rem;
  width: 22rem;
  height: 0.3rem;
  background-color: #D81B10;
}
.service_item:nth-child(3) .service_item_text_key {
  color: #D81B10;
}
.service_item:nth-child(4) .service_item_text_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -0.5rem;
  width: 22rem;
  height: 0.3rem;
  background-color: #E89E25;
}
.service_item:nth-child(4) .service_item_text_key {
  color: #E89E25;
}
.service_item:nth-child(5) .service_item_text_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -0.5rem;
  width: 22rem;
  height: 0.3rem;
  background-color: #7348D1;
}
.service_item:nth-child(5) .service_item_text_key {
  color: #7348D1;
}
.service_item:nth-child(6) .service_item_text_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -0.5rem;
  width: 22rem;
  height: 0.3rem;
  background-color: #DE1B62;
}
.service_item:nth-child(6) .service_item_text_key {
  color: #DE1B62;
}
.service_item:nth-child(7) .service_item_text_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -0.5rem;
  width: 22rem;
  height: 0.3rem;
  background-color: #223FC9;
}
.service_item:nth-child(7) .service_item_text_key {
  color: #223FC9;
}
.service_item:nth-child(8) .service_item_text_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -0.5rem;
  width: 22rem;
  height: 0.3rem;
  background-color: #8CCC04;
}
.service_item:nth-child(8) .service_item_text_key {
  color: #8CCC04;
}
.service_item_text {
  padding: 3rem;
  position: relative;
  background-color: #fff;
}
.service_item_text_title {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 5rem;
  padding-top: 3rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.service_item_text_key {
  position: absolute;
  top: -5rem;
  left: 5rem;
  font-size: 6.6rem;
  font-weight: bold;
}
.service_item_text p {
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 3rem;
}
.service_item h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service_item {
    margin-bottom: 4rem;
  }
  .service_item:nth-child(odd) {
    margin-right: 0;
  }
  .service_item:nth-child(even) {
    margin-left: 0;
  }
  .service_item:nth-child(1) .service_item_text_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -0.5rem;
    width: 22rem;
    height: 0.3rem;
    background-color: #223FC9;
  }
  .service_item:nth-child(1) .service_item_text_key {
    color: #223FC9;
  }
  .service_item:nth-child(2) .service_item_text_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -0.5rem;
    width: 22rem;
    height: 0.3rem;
    background-color: #8CCC04;
  }
  .service_item:nth-child(2) .service_item_text_key {
    color: #8CCC04;
  }
  .service_item:nth-child(3) .service_item_text_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -0.5rem;
    width: 22rem;
    height: 0.3rem;
    background-color: #D81B10;
  }
  .service_item:nth-child(3) .service_item_text_key {
    color: #D81B10;
  }
  .service_item:nth-child(4) .service_item_text_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -0.5rem;
    width: 22rem;
    height: 0.3rem;
    background-color: #E89E25;
  }
  .service_item:nth-child(4) .service_item_text_key {
    color: #E89E25;
  }
  .service_item:nth-child(5) .service_item_text_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -0.5rem;
    width: 22rem;
    height: 0.3rem;
    background-color: #7348D1;
  }
  .service_item:nth-child(5) .service_item_text_key {
    color: #7348D1;
  }
  .service_item:nth-child(6) .service_item_text_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -0.5rem;
    width: 22rem;
    height: 0.3rem;
    background-color: #DE1B62;
  }
  .service_item:nth-child(6) .service_item_text_key {
    color: #DE1B62;
  }
  .service_item:nth-child(7) .service_item_text_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -0.5rem;
    width: 22rem;
    height: 0.3rem;
    background-color: #223FC9;
  }
  .service_item:nth-child(7) .service_item_text_key {
    color: #223FC9;
  }
  .service_item:nth-child(8) .service_item_text_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -0.5rem;
    width: 22rem;
    height: 0.3rem;
    background-color: #8CCC04;
  }
  .service_item:nth-child(8) .service_item_text_key {
    color: #8CCC04;
  }
  .service_item_text {
    padding: 3rem;
    position: relative;
  }
  .service_item_text_title {
    font-size: 1.9rem;
    padding-top: 0;
    font-weight: 500;
  }
  .service_item_text_key {
    top: -4rem;
    left: 3rem;
    font-size: 5rem;
  }
  .service_item_text p {
    font-size: 1.5rem;
    padding-top: 2.2rem;
  }
}

/*/////////////////////////
member
/////////////////////////*/
.l-member {
  padding-top: 13rem;
}
@media screen and (max-width: 768px) {
  .l-member {
    padding-top: 6rem;
    padding-bottom: 30%;
  }
}

.member_title {
  margin-bottom: 9rem;
}
.member_title h2 {
  font-size: 7rem;
  font-weight: bold;
  color: #003FEB;
}
.member_title_sub {
  font-size: 1.5rem;
  font-weight: 400;
  color: #646464;
}
.member_title_text {
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #191919;
}
@media screen and (max-width: 768px) {
  .member_title {
    margin-bottom: 9rem;
  }
  .member_title h2 {
    font-size: 3.5rem;
  }
  .member_title_text {
    font-size: 1.5rem;
  }
}
.member_slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.member_slide .slide-arrow {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -6rem;
}
.member_slide .prev-arrow {
  right: 18rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.member_slide .next-arrow {
  right: 10rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .member_slide {
    width: 100%;
  }
  .member_slide .slide-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: -6rem;
  }
  .member_slide .prev-arrow {
    top: 125%;
    left: 40%;
    border-bottom: 1px solid #707070;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 2;
  }
  .member_slide .next-arrow {
    top: 125%;
    right: 40%;
    border-bottom: 1px solid #707070;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.member_slide_item {
  margin-right: 5rem;
  padding: 1.4rem 1.8rem;
  transition: all 0.3s;
}
.member_slide_item:hover {
  cursor: pointer;
  opacity: 0.8;
}
.member_slide_item figure {
  width: 90%;
  margin: 0 auto;
}
.member_slide_item h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  padding-top: 3.6rem;
}
.member_slide_item-name {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
.member_slide_item-time {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.68;
}
.member_slide_item01 {
  background-color: #495EB7;
}
.member_slide_item02 {
  background-color: #6DAD16;
}
.member_slide_item03 {
  background-color: #D93B53;
}
.member_slide_item04 {
  background-color: #7348D1;
}
@media screen and (max-width: 768px) {
  .member_slide_item {
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 1.4rem 1.8rem;
  }
  .member_slide_item figure {
    width: 100%;
    margin: 0 auto;
  }
  .member_slide_item h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    padding-top: 0;
  }
  .member_slide_item01 {
    background-color: #495EB7;
  }
  .member_slide_item02 {
    background-color: #6DAD16;
  }
  .member_slide_item03 {
    background-color: #D93B53;
  }
  .member_slide_item04 {
    background-color: #7348D1;
  }
}

/*/////////////////////////
benefit
/////////////////////////*/
.l-benefit {
  padding-top: 13rem;
}
@media screen and (max-width: 768px) {
  .l-benefit {
    padding: 0 2rem 5rem;
    margin-top: -6rem;
    padding-top: 6rem;
    background-position: left 0%;
    background-size: auto 30%;
  }
}

.benefit {
  max-width: 110rem;
}
.benefit_title {
  text-align: center;
}
.benefit_title h2 {
  font-size: 7rem;
  font-weight: bold;
  color: #003FEB;
}
.benefit_title_sub {
  font-size: 1.5rem;
  font-weight: 400;
  color: #646464;
}
.benefit_title_text {
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #191919;
}
@media screen and (max-width: 768px) {
  .benefit_title {
    margin-bottom: 5rem;
  }
  .benefit_title h2 {
    font-size: 3.5rem;
  }
  .benefit_title_text {
    font-size: 1.5rem;
  }
}
.benefit_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: 3rem;
  width: 100%;
  margin-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  .benefit_items {
    display: block;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.benefit_item {
  flex-basis: calc(40% - 3rem);
  margin-right: 3rem;
  margin-bottom: 8rem;
  max-width: calc(25% - 3rem);
}
.benefit_item h2 {
  margin-top: 0.9rem;
}
.benefit_item:nth-child(9) h2 {
  text-align: left;
  white-space: nowrap;
  line-height: 1.3;
}
.benefit_item:nth-child(10) h2 {
  text-align: left;
  white-space: nowrap;
  line-height: 1.3;
}
.benefit_item figure {
  width: 100%;
  height: auto;
}
.benefit_item h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #191919;
  padding-bottom: 0.7rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #3A53DD;
  line-height: 3.5rem;
  letter-spacing: 0.05em;
}
.benefit_item p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #191919;
}
@media screen and (max-width: 768px) {
  .benefit_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
    max-width: 100%;
  }
  .benefit_item:nth-child(9) h2 {
    text-align: left;
    white-space: nowrap;
    display: block;
    justify-content: center;
  }
  .benefit_item h2 {
    margin-top: 1rem;
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
  }
}

/*/////////////////////////
infographics
/////////////////////////*/
.l-infographics {
  padding-top: 13rem;
  padding-bottom: 20rem;
  background-image: url(../img/infographics_bg_01.svg), url(../img/infographics_bg_02.svg);
  background-repeat: no-repeat;
  background-size: contain 50%;
  background-position: top 10% right -5%, bottom 0 left -5%;
}
@media screen and (max-width: 768px) {
  .l-infographics {
    padding-top: 10rem;
    padding-bottom: 15rem;
    background-size: 60%, 100%;
    background-position: top 20% right -10%, bottom 5% left -20rem;
  }
}

.infographics_title h2 {
  font-size: 7rem;
  font-weight: bold;
  color: #003FEB;
}
.infographics_title_sub {
  font-size: 1.5rem;
  font-weight: 400;
  color: #646464;
}
.infographics_title_text {
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #191919;
}
@media screen and (max-width: 768px) {
  .infographics_title {
    margin-bottom: 5rem;
  }
  .infographics_title h2 {
    font-size: 3.5rem;
    padding: 1rem 0;
  }
  .infographics_title_text {
    font-size: 1.5rem;
  }
}
.infographics_items {
  display: grid;
  grid-template-columns: 1fr repeat(2, 0.5fr) 1fr;
  grid-template-rows: repeat(5, 20%);
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .infographics_items {
    display: block;
    padding-top: 2rem;
  }
}
.infographics_item {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #E0E0E0;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .infographics_item {
    margin-bottom: 2rem;
    padding-top: 5rem;
  }
}
.infographics_item:nth-child(1) {
  grid-area: 1/1/2/3;
}
.infographics_item:nth-child(2) {
  grid-area: 1/3/2/5;
}
.infographics_item:nth-child(3) {
  grid-area: 2/1/4/2;
}
.infographics_item:nth-child(4) {
  grid-area: 2/2/3/5;
}
.infographics_item:nth-child(5) {
  grid-area: 3/2/4/4;
}
.infographics_item:nth-child(6) {
  grid-area: 3/4/4/5;
}
.infographics_item:nth-child(7) {
  grid-area: 4/1/5/2;
}
.infographics_item:nth-child(8) {
  grid-area: 4/2/5/5;
}
.infographics_item:nth-child(9) {
  grid-area: 5/1/6/2;
}
.infographics_item:nth-child(10) {
  grid-area: 5/2/6/4;
}
.infographics_item:nth-child(11) {
  grid-area: 5/4/6/5;
}
.infographics_item h2 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #135ED8;
  color: #fff;
  font-size: 1.6rem;
  width: 20rem;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .infographics_item h2 {
    display: inline-block;
    width: auto;
    padding: 0.7rem 3rem;
  }
}
.infographics_item figure {
  width: 100%;
  height: calc(100% - 3rem);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infographics_item figure img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.infographics_item_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.infographics_item_img-left {
  flex-basis: 55%;
  border-right: 1px dashed #000;
}
.infographics_item_img-right {
  flex-basis: 40%;
}
@media screen and (max-width: 768px) {
  .infographics_item_img {
    display: block;
  }
  .infographics_item_img-left {
    flex-basis: 55%;
    border-right: 0px dashed #000;
    border-bottom: 1px dashed #000;
  }
  .infographics_item_img-left img {
    margin-bottom: 1.5rem;
  }
  .infographics_item_img-right {
    flex-basis: 40%;
    margin-top: 1.5rem;
  }
  .infographics_item_img-right img {
    margin-top: 1.5rem;
  }
}

/*/////////////////////////
faq
/////////////////////////*/
.l-faq {
  padding-top: 13rem;
  background-image: url(../img/faq_bg.svg);
  background-repeat: no-repeat;
  background-size: contain 50%;
  background-position: bottom 0 right -10%;
}
@media screen and (max-width: 768px) {
  .l-faq {
    background-image: none;
    padding-top: 6rem;
    margin-top: -6rem;
  }
}

.faq_title {
  text-align: left;
}
.faq_title h2 {
  font-size: 7rem;
  font-weight: bold;
  color: #003FEB;
}
.faq_title_sub {
  font-size: 1.5rem;
  font-weight: 400;
  color: #646464;
}
.faq_title_text {
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #191919;
}
@media screen and (max-width: 768px) {
  .faq_title {
    margin-bottom: 2rem;
  }
  .faq_title h2 {
    font-size: 3.5rem;
  }
  .faq_title_text {
    font-size: 1.5rem;
  }
}

.faq_items {
  padding-top: 5rem;
}
.faq_item {
  transition: 0.5s all;
  overflow: hidden;
  margin-bottom: 2rem;
  border: 2px solid #0A45A5;
  background-color: #fff;
}
.faq_item *:focus {
  outline: none;
}
.faq_item h2 {
  font-size: 2.8rem;
  font-weight: bold;
  padding-right: 5rem;
}
.faq_item + .lower-faq_item {
  margin-top: 3rem;
}
.faq_item_title {
  font-size: 2rem;
  line-height: 2rem;
  list-style: none;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 3rem;
  margin: 0 4rem;
  color: #0A45A5;
  background-size: 4rem 4rem;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 0;
}
.faq_item_title:hover {
  cursor: pointer;
}
.faq_item_title::-webkit-details-marker {
  display: none;
}
.faq_item_title:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/faq_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 3rem;
  top: 55%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s all;
  background-position: center;
}
.faq_item_title div {
  flex-basis: calc(100% - 5rem);
}
.faq_item_text {
  display: none;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 3rem;
  overflow: hidden;
  color: #0A45A5;
  margin: 0 4rem;
  border-top: 1px solid #fff;
  background-size: 4rem 4rem;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 0;
}
.faq_item_text div {
  display: flex;
  margin-left: 0.3rem;
}
.faq_item_text a {
  color: #0046A0;
  transition: 0.3s all;
}
.faq_item_text a:hover {
  opacity: 0.5;
  cursor: pointer;
}
.faq_item.is-active .faq_item_title:after {
  transform: translateY(-50%) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .faq_items {
    padding: 0;
    padding-top: 0;
  }
  .faq_item {
    transition: 0.5s all;
    overflow: hidden;
    margin-bottom: 2rem;
  }
  .faq_item h2 {
    font-size: 2.8rem;
    padding-right: 1rem;
  }
  .faq_item_title {
    font-size: 1.7rem;
    padding: 3rem 2rem;
    margin: 0;
    padding-left: 2rem;
  }
  .faq_item_title:after {
    content: "";
    right: 1.5rem;
  }
  .faq_item_title div {
    flex-basis: calc(100% - 5rem);
  }
  .faq_item_text {
    display: none;
    font-size: 1.6rem;
    padding: 3rem 2rem;
    margin: 0;
    background-size: 4rem 4rem;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2.2rem;
  }
  .faq_item_text h2 {
    margin-bottom: 1rem;
  }
  .faq_item_text div {
    display: block;
  }
  .faq_item_text a {
    color: #0046A0;
    transition: 0.3s all;
  }
  .faq_item_text a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  .faq_item.is-active .faq_item_title:after {
    transform: translateY(-50%) rotate(0deg);
  }
}

/*/////////////////////////
recruit
/////////////////////////*/
.l-recruit {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .l-recruit {
    padding: 10rem 2rem 5rem;
    background-position: left 0%;
    background-size: auto 30%;
  }
}

.recruit_title {
  text-align: center;
}
.recruit_title h2 {
  font-size: 7rem;
  font-weight: bold;
  color: #003FEB;
}
.recruit_title_sub {
  font-size: 1.5rem;
  font-weight: 400;
  color: #646464;
}
.recruit_title_text {
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 400;
  color: #191919;
}
@media screen and (max-width: 768px) {
  .recruit_title {
    text-align: left;
    margin-bottom: 2rem;
  }
  .recruit_title h2 {
    font-size: 3.5rem;
  }
  .recruit_title_text {
    font-size: 1.5rem;
  }
}
.recruit_items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 5rem;
  max-width: 110rem;
}
@media screen and (max-width: 768px) {
  .recruit_items {
    display: block;
    width: 80%;
    padding-top: 2rem;
  }
}
.recruit_items .joblist-none {
  font-size: 1.8rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.recruit_items .joblist-none h2 {
  margin: 0 auto;
}
.recruit_item {
  flex-basis: 49%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 6.5rem;
}
.recruit_item figure {
  flex-basis: 60%;
}
.recruit_item figure img {
  width: 100%;
  height: 100%;
}
.recruit_item_right {
  padding: 1rem 2.5rem;
  flex-basis: 60%;
  position: relative;
}
.recruit_item_right-text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3A3A3A;
  margin-bottom: 0.2rem;
}
.recruit_item_right-text p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #3A3A3A;
}
.recruit_item_right a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 82%;
  margin: 0 auto;
  transform: translateX(-50%);
  background-color: #D02132;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  background-image: url(../img/recruit_btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: 20%;
}
@media screen and (max-width: 992px) {
  .recruit_item_right-text h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_item {
    display: block;
    margin-bottom: 6.5rem;
    max-width: 110rem;
  }
  .recruit_item figure {
    flex-basis: 100%;
  }
  .recruit_item_right {
    padding: 1rem;
    position: relative;
  }
  .recruit_item_right-text h2 {
    margin-bottom: 0.2rem;
  }
  .recruit_item_right a {
    display: block;
    position: static;
    width: 22rem;
    margin: 0 auto;
    transform: translateX(0%);
    font-size: 1.4rem;
    padding: 1rem 0;
    margin-top: 2rem;
    background-image: url(../img/recruit_btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 1rem;
    background-size: 20%;
  }
}

.btn_viewall {
  display: block;
  width: 31rem;
  margin: 0 auto;
  background-color: #003FEB;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
  background-image: url(../img/recruit_btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: 20%;
}

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

.copyright {
  text-align: center;
  margin: 1rem 2rem;
}

.footer_icon {
  width: 10%;
  margin-left: auto;
  margin-bottom: 2.5rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .footer_icon {
    width: 30%;
    margin-right: auto;
    margin-left: 2rem;
  }
}

.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%;
  max-width: 30rem;
}
.footer_top {
  margin: 0 auto;
  padding: 5rem 2rem 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_top_left {
  width: 30%;
  flex-basis: 30%;
  display: flex;
}
.footer_top_right {
  width: 70%;
  flex-basis: 70%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.footer_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #0046A0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.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;
  display: inline-block;
  margin: 0 1rem;
}
.footer_nav a:last-child {
  margin-right: 0;
}
.footer_nav a img {
  position: relative;
  top: -2px;
  padding-left: 0.5rem;
}
.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%;
    max-width: 30rem;
  }
  .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 a {
    padding-bottom: 2rem;
  }
  .footer_nav_corporate {
    margin-top: 0;
  }
  .footer_nav_corporate ul li a {
    font-size: 0.8em;
  }
}

/*/////////////////////////
下層ページ
/////////////////////////*/
.l-pageHeader {
  background-image: url(../img/jobList/jobList_bg02.png), url(../img/jobList/jobList_bg.png);
  background-size: 40%, 100vw auto;
  padding-bottom: 9rem;
  padding-top: 16rem;
  background-position: left bottom, 20vw 0;
  background-repeat: no-repeat;
  height: 40rem;
}
.l-pageHeader.is-job01 {
  background-image: url(../img/jobList/jobList_bg02.png), url(../img/job/job_header_img.png);
}
@media screen and (max-width: 992px) {
  .l-pageHeader {
    padding-bottom: 6rem;
    padding-top: 13rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-pageHeader {
    background-size: auto 30vw, auto 50vw;
    padding-top: 10rem;
    padding-bottom: 30vw;
    background-position: -10vw bottom, 0 6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.pageHeader {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pageHeader_title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: left;
  color: #fff;
  padding-left: 9rem;
}
.pageHeader_title h1 {
  font-size: 7rem;
  font-weight: 900;
}
.pageHeader_title h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pageHeader_title {
    padding-top: 6rem;
    padding-left: 0;
  }
  .pageHeader_title h1 {
    font-size: 3.4rem;
  }
}

/*/////////////////////////
パンくず
/////////////////////////*/
.l-breadcrumb {
  background-color: #fff;
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    padding-top: 0;
  }
}

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

/*/////////////////////////
求人一覧
/////////////////////////*/
.l-lower-jobList {
  padding-top: 0;
  background-color: #fff;
  padding: 0;
}

.lower-jobList {
  max-width: 100%;
}
.lower-jobList .l-recruit {
  max-width: 100%;
}
.lower-jobList .l-recruit .recruit_items {
  max-width: 100%;
}
.lower-jobList .l-recruit .recruit_item a {
  width: 20rem;
  left: 2.5rem;
  transform: translateX(0);
}

/*/////////////////////////
求人詳細
/////////////////////////*/
.l-lower-job01 {
  padding: 0;
}

.lower-job01 {
  max-width: 100%;
}
.lower-job01_items {
  max-width: 90rem;
  margin: 0 auto;
}
.lower-job01_item {
  border-bottom: 1px solid #B7DDEB;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .lower-job01_item {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
.lower-job01_item h2 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #115484;
  margin-bottom: 1rem;
}
.lower-job01_item p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
.lower-job01_item p span {
  font-size: 1.9rem;
  font-weight: bold;
}

/*/////////////////////////
contact
/////////////////////////*/
.l-contact {
  background-image: url(../img/job/job_bg01.png), url(../img/job/job_bg02.png);
  background-repeat: no-repeat;
  background-size: 30%, 30%;
  background-position: top 10% right -5%, bottom 0 left -5%;
  margin-bottom: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding-top: 5rem;
    background-size: 40%, 70%;
    background-position: top 10% right -5%, bottom 0rem left -20rem;
  }
}

.contact_title {
  text-align: center;
  padding-top: 4.2rem;
}
.contact_title h2 {
  font-size: 7rem;
  color: #0056CC;
  font-weight: bold;
}
.contact_title p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #191919;
}
.contact_title .must {
  margin-top: 6rem;
}
.contact_title .must span {
  color: #BC1014;
}
.contact_wrap {
  padding: 5rem 0;
  margin-top: 3rem;
  position: relative;
  display: flex;
}
.contact_items {
  margin: 0 auto;
  max-width: 86rem;
  padding: 3rem 3rem;
  position: relative;
  z-index: 1;
}
.contact_item {
  font-size: 1.4rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: flex-start;
}
.contact_item-name-wrap {
  flex-basis: 60%;
  display: flex;
  justify-content: space-between;
}
.contact_item .wpcf7-form-control-wrap {
  flex-basis: 70%;
}
@media screen and (max-width: 768px) {
  .contact_item .wpcf7-form-control-wrap {
    flex-basis: 100%;
  }
}
.contact_item-80p .wpcf7-form-control-wrap {
  flex-basis: 60%;
}
@media screen and (max-width: 768px) {
  .contact_item-80p .wpcf7-form-control-wrap {
    flex-basis: 100%;
  }
}
.contact_item-name {
  flex-basis: 49%;
}
.contact_item-check {
  text-align: center;
}
.contact_item_wrap-select {
  flex-basis: 40%;
}
.contact_item_label {
  font-size: 1.4rem;
  font-weight: 500;
  flex-basis: 30%;
  color: #313030;
}
.contact_item_label span {
  margin-left: 1rem;
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  color: #D02132;
}
.contact_item_label span .wpcf7-list-item-label {
  font-size: 1.6rem;
}
.contact_item_label-required {
  color: #08774D;
}
.contact_item_label-any {
  color: #001DFF;
}
.contact_item_label-privacy {
  flex-basis: auto;
}
.contact_item_wrap {
  display: flex;
  flex-basis: 70%;
  justify-content: flex-start;
  margin-bottom: 4rem;
}
.contact_item_wrap-select {
  position: relative;
}
.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 {
  color: #000000;
}
.contact_item-privacy input[type=checkbox] {
  margin-right: 1rem;
}
.contact_item-privacy a {
  color: #000000;
  border-bottom: 1px solid #BC1014;
}
.contact_item-privacy .wpcf7-form-control-wrap {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_item-privacy .wpcf7-form-control-wrap {
    text-align: left;
  }
}
.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 {
  width: 100%;
  background-color: #fff;
  font-size: 1.6rem;
  border: 1px solid #313030 !important;
  padding: 1rem !important;
  transition: 0.3s all;
  margin-top: 0.5rem;
}
.contact_item_input-file {
  background-color: transparent;
}
.contact_item_input-textarea {
  height: 20rem;
}
.contact_item_input-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          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: 55%;
}
.contact_item_input-select:-ms-expand {
  display: none;
}
.contact_item_input-btn {
  background-color: #D02132;
  width: 50%;
  text-align: center;
  color: #fff;
  transition: 0.3s all;
  margin: 0 auto;
  padding: 1.5rem 4rem;
  font-size: 2rem;
  position: relative;
  transition: 0.3s all;
  height: auto;
  border: none;
  background-image: url(../img/recruit_btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: 20%;
}
.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;
}
.contact_item_input-contact {
  width: 100%;
}
.contact_item-mt30 {
  margin-top: 3rem;
}
.contact .privacy-link {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact .privacy-link a {
  color: #003FEB;
}
@media screen and (max-width: 768px) {
  .contact .privacy-link {
    justify-content: flex-start;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0;
  }
  .contact_title h2 {
    font-size: 4rem;
  }
  .contact_title p {
    font-size: 1.6rem;
  }
  .contact_wrap {
    padding: 0;
  }
  .contact_items {
    width: 100%;
    padding: 1rem 0;
  }
  .contact_item {
    display: block;
    margin-top: 2rem;
    padding: 0 2.5rem;
  }
  .contact_item_label {
    margin-bottom: 1rem;
  }
  .contact_item-33 .entry_item {
    flex-basis: 100%;
  }
  .contact_item_wrap {
    flex-wrap: wrap;
    width: 100%;
    display: block;
    padding: 0 2.5rem;
  }
  .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: 2rem;
    display: flex;
    justify-content: center;
  }
  .contact_item-privacy {
    flex-direction: row;
    align-items: center;
  }
  .contact_item + .contact_item {
    margin-top: 3rem;
  }
  .contact .wpcf7-list-item {
    margin-left: 0;
  }
}

/*/////////////////////////
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;
}

/*/////////////////////////
modal
/////////////////////////*/
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal.is-active {
  display: block;
}
.modal_member {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_member_left {
  flex-basis: 25%;
  margin-right: 5rem;
}
.modal_member_left img {
  width: 100%;
  height: 100%;
}
.modal_member_right {
  flex-basis: 50%;
}
.modal_member_title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
.modal_member_name {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
.modal_member_data {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.68;
  margin-top: 1.5rem;
}
.modal_member h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  opacity: 0.68;
  margin-bottom: 1rem;
}
.modal_member_profile {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin-top: 4.7rem;
}
.modal_interview {
  background-color: #fff;
  margin-top: 3rem;
  padding: 4.5rem;
}
.modal_interview dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2C2C2C;
  margin-bottom: 2rem;
}
.modal_interview dd {
  font-size: 1.5rem;
  font-weight: 400;
  color: #2C2C2C;
  margin-bottom: 5rem;
  border-bottom: solid 1px #D9EDF5;
  padding-bottom: 3rem;
}
.modal_interview dd:last-child {
  border: none;
  margin-bottom: 2rem;
}
.modal_wrap {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.modal_contents {
  background-color: #fefefe;
  padding: 7rem;
  padding-top: 1rem;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.modal_contents.is-member01 {
  background-color: #495EB7;
}
.modal_contents.is-member02 {
  background-color: #6DAD16;
}
.modal_contents.is-member03 {
  background-color: #D93B53;
}
.modal_contents.is-member04 {
  background-color: #7348D1;
}
.modal_content {
  display: none;
}
.modal_content.is-active {
  display: block;
}
.modal_close {
  text-align: right;
  margin-bottom: 1rem;
}
.modal .close {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.modal .close:hover, .modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal_member {
    display: block;
    margin-top: 2rem;
  }
  .modal_member_left {
    flex-basis: 25%;
    margin-right: 5rem;
    width: 50%;
    margin: 0 auto;
  }
  .modal_member_left img {
    width: 100%;
    height: 100%;
  }
  .modal_member_right {
    flex-basis: 50%;
    margin-top: 3rem;
  }
  .modal_member_profile {
    margin-top: 1rem;
  }
  .modal_interview {
    background-color: #fff;
    margin-top: 3rem;
    padding: 2rem;
  }
  .modal_interview dt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2C2C2C;
    margin-bottom: 2rem;
  }
  .modal_interview dd {
    font-size: 1.5rem;
    font-weight: 400;
    color: #2C2C2C;
    margin-bottom: 2rem;
    border-bottom: solid 1px #D9EDF5;
    padding-bottom: 3rem;
  }
  .modal_wrap {
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  }
  .modal_contents {
    background-color: #fefefe;
    padding: 2rem;
    padding-top: 1rem;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .modal .close {
    position: fixed;
    top: 3rem;
    right: 1rem;
    margin-bottom: 0;
  }
  .modal .close:hover, .modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
}/*# sourceMappingURL=recruit.css.map */

/*/////////////////////////
entry form
/////////////////////////*/
.entry-form-fl {
  max-height: calc(100dvh - 6rem - 35px);
  @media screen and (max-width: 992px) {
    max-height: calc(100dvh - 54.69px - 31.98px);
  }
  @media screen and (max-width: 768px) {
    max-height: calc(100dvh - 72.95px - 53.78px);
  }
  width: 100%;
}
section:has(.entry-form-fl) {
  padding: 6rem 0 0;
  @media screen and (max-width: 768px) {
    padding: 8rem 0 0;
  }
}
