#container.recruit_m {
  padding-top: 0;
}

#locator_template_c2.recruit_member {
  width: auto;
  background-color: transparent;
  border-color: transparent;
  margin-top: -47px;
}

/*------------------------------------------------

r_memberMv

-------------------------------------------------*/
.r_memberMv {
  margin-top: 100px;
  height: 720px;
  position: relative;
  overflow: hidden;
}

.r_memberMv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.r_memberMv__bg::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/member_bg.png) no-repeat;
  background-size: contain;
  width: 20.6%;
  height: 100%;
  left: 0;
  top: 0;
}

.r_memberMv__bg::after {
  content: '';
  display: block;
  position: absolute;
  width: 625px;
  height: 1720px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.1%, #E6F5FF)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #E6F5FF 50.1%) no-repeat top left/100% 100%;
  right: 0;
  bottom: 0;
}

.r_memberMv__h1 {
  padding-top: 100px;
  font-size: 3.95vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 5.26vw;
  color: #0C2741;
  margin-bottom: 60px;
}

.r_memberMv__profilebox {
  padding-left: 5.26vw;
  max-width: 500px;
}

.r_memberMv__year {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #6C747C;
  font-weight: 500;
}

.r_memberMv__ate {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #1E1E1E;
}

.r_memberMv__job {
  font-size: 50px;
  color: #0058A6;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 10px;
}

.r_memberMv__line {
  background-color: #0058A6;
  width: 130vw;
  height: 15px;
  margin: 0 calc(46% - 50vw);
  margin-bottom: 20px;
}

.r_memberMv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.r_memberMv__list li {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #0058A6;
  margin-right: 15px;
}

.r_memberMv__img {
  position: absolute;
  right: 8%;
  bottom: 0;
  width: 640px;
  height: 710px;
}

@media screen and (min-width: 1520px) {
  .r_memberMv__h1 {
    font-size: 60px;
    padding-left: 0;
  }
  .r_memberMv__profilebox {
    padding-left: 0;
  }
}

@media screen and (max-width: 1500px) {
  .r_memberMv__img {
    position: absolute;
    right: 0%;
    bottom: 0;
    width: 640px;
    height: 710px;
  }
}

@media screen and (max-width: 1300px) {
  .r_memberMv__bg::before {
    width: 10.6%;
  }
  .r_memberMv__line {
    margin: 0 calc(47% - 50vw);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1120px) {
  .r_memberMv__img {
    position: absolute;
    right: 0%;
    bottom: 0;
    width: 512px;
    height: 568px;
  }
}

@media screen and (max-width: 1024px) {
  .r_memberMv {
    margin-top: 60px;
    height: 570px;
  }
  .r_memberMv__bg::after {
    width: 500px;
    height: 1380px;
  }
  .r_memberMv__year {
    font-size: 16px;
  }
  .r_memberMv__ate {
    font-size: 18px;
  }
  .r_memberMv__job {
    font-size: 40px;
  }
  .r_memberMv__line {
    background-color: #0058A6;
    width: 130vw;
    height: 15px;
    margin: 0 calc(46% - 50vw);
    margin-bottom: 20px;
  }
  .r_memberMv__list li {
    font-size: 16px;
  }
  .r_memberMv__img {
    position: absolute;
    right: 8%;
    bottom: 0;
    width: 360px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .r_memberMv {
    height: 500px;
  }
  .r_memberMv .r_inner {
    max-width: 1000px;
    width: 98%;
  }
  .r_memberMv__bg::before {
    width: 10.6%;
  }
  .r_memberMv__bg::after {
    width: 312px;
    height: 860px;
  }
  .r_memberMv__h1 {
    padding-top: 100px;
    font-size: 28px;
    padding-left: 10vw;
    margin-bottom: 150px;
    max-width: 400px;
  }
  .r_memberMv__profilebox {
    padding-left: 5.26vw;
    position: absolute;
    bottom: 20px;
  }
  .r_memberMv__year {
    font-size: 14px;
  }
  .r_memberMv__ate {
    font-size: 14px;
  }
  .r_memberMv__job {
    font-size: 24px;
  }
  .r_memberMv__line {
    height: 10px;
    width: 150vw;
    margin: 0 calc(29% - 50vw);
    margin-bottom: 20px;
  }
  .r_memberMv__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .r_memberMv__list li {
    font-size: 14px;
    width: 100%;
    margin-right: 0;
  }
  .r_memberMv__img {
    position: absolute;
    right: 0%;
    bottom: 0;
    width: 360px;
    height: auto;
    z-index: 1;
  }
}

@media screen and (max-width: 620px) {
  .r_memberMv__profilebox {
    max-width: 180px;
  }
  .r_memberMv__h1 {
    padding-left: 110px;
    padding-top: 50px;
  }
  .r_memberMv__bg::before {
    width: 25%;
  }
  .r_memberMv__img {
    right: 0;
    width: 280px;
  }
}

@media screen and (max-width: 420px) {
  .r_memberMv__h1 {
    padding-top: 50px;
    margin-bottom: 60px;
    padding-left: 80px;
  }
  .r_memberMv__img {
    right: 0;
    width: 220px;
  }
}

/*------------------------------------------------

r_memberCareer

-------------------------------------------------*/
.r_memberCareer {
  background-color: #0058A6;
  padding-top: 50px;
  padding-bottom: 50px;
}

.r_memberCareer__box {
  color: #fff;
}

.r_memberCareer__ttl {
  width: 26%;
}

.r_memberCareer__ttl01 {
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
}

.r_memberCareer__ttl02 {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.r_memberCareer__list {
  border-left: 1px solid #fff;
  width: 37%;
  padding-left: 30px;
}

.r_memberCareer__list li {
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .r_memberCareer__ttl01 {
    font-size: 20px;
  }
  .r_memberCareer__ttl02 {
    font-size: 16px;
  }
  .r_memberCareer__list li {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .r_memberCareer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .r_memberCareer__ttl {
    width: 100%;
    margin-bottom: 20px;
  }
  .r_memberCareer__ttl01 {
    font-size: 26px;
  }
  .r_memberCareer__ttl02 {
    font-size: 18px;
  }
  .r_memberCareer__list {
    width: 100%;
    padding-left: 20px;
  }
  .r_memberCareer__list li {
    margin-bottom: 15px;
  }
}

/*------------------------------------------------

r_memberJob

-------------------------------------------------*/
.r_memberJob {
  padding: 80px 0;
  background-color: #F5F5F5;
}

.r_memberJob__ttl {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 50px;
}

.r_memberJob__ttl strong {
  color: #0058A6;
  font-weight: bold;
}

.r_memberJob__ttl span {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  font-size: 20px;
  color: #0058A6;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.r_memberJob__txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .r_memberJob {
    padding: 40px 0;
  }
  .r_memberJob__ttl {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

/*------------------------------------------------s

r_memberPerson

-------------------------------------------------*/
.r_memberPerson {
  padding-top: 70px;
  margin-bottom: 100px;
}

.r_memberPerson.pd {
  padding-top: 70px;
}

.r_memberPerson__01 {
  max-width: 920px;
  margin: auto;
  position: relative;
}

.r_memberPerson__people {
  position: absolute;
  right: -18%;
  top: 30px;
  width: 60%;
}

.r_memberPerson__wid {
  width: 68.5%;
}

.r_memberPerson__01__catch {
  font-size: 40px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}

.r_memberPerson__01__catch::before {
  content: '';
  display: block;
  position: absolute;
  background-size: contain;
  width: 265px;
  height: 265px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.1%, #E6F5FF)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.1%, #E6F5FF)) no-repeat bottom right/100% 50%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #E6F5FF 50.1%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #E6F5FF 50.1%) no-repeat bottom right/100% 50%;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.r_memberPerson__01__txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 500;
  max-width: 500px;
}

.r_memberPerson__02 {
  max-width: 920px;
  margin: auto;
}

.r_memberPerson__ttl {
  margin-bottom: 90px;
  color: #0058A6;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
}

.r_memberPerson__ttl::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #0058A6;
  height: 2px;
  margin: 0 calc(50% - 50vw);
  width: 200vw;
  bottom: -30px;
}

.r_memberPerson__number {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-size: 90px;
  font-weight: bold;
  color: rgba(0, 88, 166, 0.08);
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r_memberPerson__02__txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .r_memberPerson {
    padding-top: 45px;
    margin-bottom: 80px;
  }
  .r_memberPerson.pd {
    padding-top: 56px;
  }
  .r_memberPerson__people {
    right: -10%;
    top: 0;
    width: 48%;
  }
  .r_memberPerson__wid {
    width: 55%;
  }
  .r_memberPerson__01__catch {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .r_memberPerson__01__catch::before {
    width: 212px;
    height: 212px;
    left: -64px;
  }
  .r_memberPerson__ttl {
    margin-bottom: 72px;
    font-size: 24px;
  }
  .r_memberPerson__number {
    font-size: 72px;
    left: -64px;
  }
}

@media screen and (max-width: 768px) {
  .r_memberPerson {
    padding-top: 0px;
    margin-bottom: 50px;
  }
  .r_memberPerson.pd {
    padding-top: 90px;
  }
  .r_memberPerson.bg {
    position: relative;
  }
  .r_memberPerson.bg::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/training/training_spbg.png) no-repeat;
    background-size: contain;
    width: 145px;
    height: 240px;
    right: -5px;
    bottom: -80px;
    z-index: -1;
  }
  .r_memberPerson__people {
    position: relative;
    right: -6%;
    top: 0;
    width: 100%;
  }
  .r_memberPerson__wid {
    width: 100%;
  }
  .r_memberPerson__01__catch {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .r_memberPerson__01__txt {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .r_memberPerson__ttl {
    margin-bottom: 45px;
    font-size: 24px;
    padding-left: 40px;
  }
  .r_memberPerson__ttl::after {
    bottom: -15px;
    margin: 0 calc(35% - 50vw);
  }
  .r_memberPerson__number {
    left: -15px;
  }
}

/*------------------------------------------------s

r_Amember__select

-------------------------------------------------*/
.r_Amember__select {
  margin-bottom: 40px;
}

.r_Amember__select__box {
  margin: auto;
  max-width: 490px;
}

.r_Amember__select__box ul li {
  text-align: center;
  width: 50%;
}

.r_Amember__select__box ul li a {
  font-size: 20px;
  padding: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
}

.r_Amember__select__box ul li a .span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.r_Amember__select__box ul li.list__on a {
  border-radius: 8px 0 0 8px;
  display: block;
  background-color: #0058A6;
  border: 2px solid #0058A6;
  color: #fff;
}

.r_Amember__select__box ul li.list__on a .span::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/r_member_grid01.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r_Amember__select__box ul li.list__off a {
  border: 2px solid #CECECE;
  border-radius: 0 8px 8px 0;
  display: block;
  background-color: #fff;
  color: #CECECE;
  border-left: none;
}

.r_Amember__select__box ul li.list__off a .span::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/r_member_list02.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r_Amember__select__box ul li.list__on02 a {
  border-radius: 0px 8px 8px 0px;
  display: block;
  background-color: #0058A6;
  border: 2px solid #0058A6;
  color: #fff;
}

.r_Amember__select__box ul li.list__on02 a .span::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/r_member_list02.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.r_Amember__select__box ul li.list__off02 a {
  border: 2px solid #CECECE;
  border-radius: 8px 0px 0px 8px;
  display: block;
  background-color: #fff;
  color: #CECECE;
  border-right: none;
}

.r_Amember__select__box ul li.list__off02 a .span::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/r_member_grid02.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .r_Amember__select {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
  .r_Amember__select__box ul li a {
    font-size: 16px;
    padding: 10px;
  }
  .r_Amember__select__box ul li a .span {
    padding-left: 25px;
  }
  .r_Amember__select__box ul li.list__on a .span::before {
    width: 16px;
    height: 16px;
    top: 55%;
  }
  .r_Amember__select__box ul li.list__off a .span::before {
    width: 16px;
    height: 16px;
    top: 55%;
  }
  .r_Amember__select__box ul li.list__on02 a .span::before {
    width: 16px;
    height: 16px;
    top: 55%;
  }
  .r_Amember__select__box ul li.list__off02 a .span::before {
    width: 16px;
    height: 16px;
    top: 55%;
  }
}

/*------------------------------------------------s

r_Amember__obj

-------------------------------------------------*/
.r_Amember__obj__ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.66;
  color: #0058A6;
  border-bottom: 2px solid #0058A6;
  margin-bottom: 15px;
}

.r_Amember__obj__list {
  max-width: 1000px;
  margin: auto;
}

.r_Amember__obj__list ul li {
  width: calc(25% - 1.5px);
  margin-right: 2px;
  text-align: center;
  margin-bottom: 2px;
  position: relative;
}

.r_Amember__obj__list ul li:nth-child(4n) {
  margin-right: 0;
}

.r_Amember__obj__list ul li a {
  background-color: #E5F5FF;
  border-radius: 4px;
  display: block;
  padding: 6px 30px;
  text-decoration: none;
  color: #0058A6;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.r_Amember__obj__list ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0058A6;
  border-right: 2px solid #0058A6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 768px) {
  .r_Amember__obj__ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .r_Amember__obj__list {
    max-width: 1000px;
    margin: auto;
  }
  .r_Amember__obj__list ul li {
    width: calc(50% - 2px);
    margin-right: 2px;
    margin-bottom: 2px;
  }
  .r_Amember__obj__list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .r_Amember__obj__list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .r_Amember__obj__list ul li a {
    padding: 11px 20px;
    font-size: 16px;
  }
  .r_Amember__obj__list ul li::after {
    right: 10px;
  }
}

/*------------------------------------------------s

r_Amember__member

-------------------------------------------------*/
.r_Amember__member {
  margin-top: -100px;
  padding-top: 100px;
}

.r_Amember__member__ttl {
  font-size: 40px;
  color: #0058A6;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.r_Amember__member__ttl::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47.5px 0 47.5px 110px;
  border-color: transparent transparent transparent #E6F5FF;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

.r_Amember__member__ttl::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #0058A6;
  height: 2px;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.r_Amember__member .item {
  width: 28.7%;
  height: 300px;
  margin-right: 6.9%;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.r_Amember__member .item::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/r_footerarrow.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 8px;
  bottom: 15px;
  right: 10px;
  z-index: 10;
}

.r_Amember__member .item:nth-child(3n) {
  margin-right: 0;
}

.r_Amember__member .item a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
}

.r_Amember__member .item a::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #0058A6 transparent;
  bottom: 0;
  right: 0;
  z-index: 8;
}

.r_Amember__member .item a .txtbox {
  display: block;
  position: relative;
  z-index: 15;
  width: 40%;
}

.r_Amember__member .item a .txtbox .num {
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #0058A6;
  font-style: italic;
  font-size: 54px;
  font-weight: bold;
}

.r_Amember__member .item a .txtbox .year {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #6C747C;
}

.r_Amember__member .item a .txtbox .name {
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #6C747C;
}

.r_Amember__member .item a .txtbox .list {
  margin-top: 20px;
  display: block;
}

.r_Amember__member .item a .txtbox .list .tag {
  color: #0058A6;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
}

.r_Amember__member .item a .img {
  position: absolute;
  bottom: 0;
  width: 60%;
  height: 85%;
  right: 0%;
  z-index: 1;
}

.r_Amember__member .item a .img img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  right: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.r_Amember__member .item a .img img.a {
  opacity: 0;
}

.r_Amember__member .item a .img img.b {
  opacity: 1;
}

.r_Amember__member .item a .bg {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 300px 310px;
  border-color: transparent transparent #E6F5FF transparent;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.r_Amember__member .item a:hover {
  opacity: 1;
}

.r_Amember__member .item a:hover .img .a {
  opacity: 1;
}

.r_Amember__member .item a:hover .img .b {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .r_Amember__member {
    margin-top: -60px;
    padding-top: 60px;
  }
  .r_Amember__member__ttl {
    font-size: 24px;
    padding-left: 15px;
  }
  .r_Amember__member__ttl::before {
    border-width: 34px 0 34px 78px;
  }
  .r_Amember__member .item {
    width: 49%;
    height: 300px;
    margin-right: 2%;
    margin-bottom: 60px;
  }
  .r_Amember__member .item:nth-child(3n) {
    margin-right: 2%;
  }
  .r_Amember__member .item:nth-child(2n) {
    margin-right: 0;
  }
  .r_Amember__member .item a .txtbox .num {
    font-size: 40px;
  }
  .r_Amember__member .item a .txtbox .year {
    font-size: 14px;
  }
  .r_Amember__member .item a .txtbox .name {
    font-size: 16px;
  }
  .r_Amember__member .item a .txtbox .list {
    margin-top: 20px;
    display: block;
  }
  .r_Amember__member .item a .txtbox .list .tag {
    font-size: 16px;
  }
  .r_Amember__member .item a .img {
    width: 65%;
    height: 92%;
  }
}

@media screen and (max-width: 480px) {
  .r_Amember__member .item {
    width: 100%;
    margin-bottom: 40px;
  }
}

/*------------------------------------------------s

r_Amember__Listmember

-------------------------------------------------*/
.r_Amember__Listmember {
  max-width: 920px;
  margin: auto;
}

.r_Amember__Listmember .item {
  border-bottom: 1px solid rgba(0, 88, 166, 0.15);
}

.r_Amember__Listmember .item a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 10px;
  padding-right: 50px;
  position: relative;
}

.r_Amember__Listmember .item a::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/r_member_listarrow.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.r_Amember__Listmember .item a:hover::after {
  right: 5px;
}

.r_Amember__Listmember .item a .num {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #0058A6;
  margin-right: 20px;
}

.r_Amember__Listmember .item a .img {
  display: block;
  height: 50px;
  width: 45px;
  margin-right: 15px;
}

.r_Amember__Listmember .item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r_Amember__Listmember .item a .txtbox {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.r_Amember__Listmember .item a .txtbox .year {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #6C747C;
  margin-right: 15px;
  min-width: 135px;
}

.r_Amember__Listmember .item a .txtbox .subject {
  display: block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0058A6;
  margin-right: 30px;
  min-width: 100px;
}

.r_Amember__Listmember .item a .txtbox .listBox {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.r_Amember__Listmember .item a .txtbox .listBox .list {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-right: 10px;
  color: #0058A6;
}

@media screen and (max-width: 768px) {
  .r_Amember__Listmember .item a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 10px;
    padding-right: 50px;
    position: relative;
  }
  .r_Amember__Listmember .item a::after {
    width: 27px;
    height: 8px;
    right: 10px;
  }
  .r_Amember__Listmember .item a .num {
    font-size: 24px;
    margin-right: 10px;
  }
  .r_Amember__Listmember .item a .img {
    display: block;
    height: 50px;
    width: 45px;
    min-width: 45px;
    margin-right: 15px;
  }
  .r_Amember__Listmember .item a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .r_Amember__Listmember .item a .txtbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .r_Amember__Listmember .item a .txtbox .year {
    width: 100%;
    margin-right: 0px;
    min-width: 135px;
  }
  .r_Amember__Listmember .item a .txtbox .subject {
    font-size: 20px;
    margin-right: 0px;
    min-width: 100px;
  }
  .r_Amember__Listmember .item a .txtbox .listBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .r_Amember__Listmember .item a .txtbox .listBox .list {
    font-size: 14px;
    margin-right: 10px;
    color: #0058A6;
  }
}
/*# sourceMappingURL=recruit_member.css.map */