@charset "utf-8";
/* CSS Document */
@import url("layout.css");
/* **************************************************************

 * Loading

*************************************************************** */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background: #fff;
  text-align: center;
  color: #fff;
  /*background-image: url("../img/loader_bg.png");*/
  background-position: center;
}
/* -------------------- 中央配置　*/
#loader_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader_logo img {
  width: 300px;
  height: auto;
}
/** -------------------- fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.0s;
  animation-delay: 1.0s;
  animation-fill-mode: forwards;
  opacity: 1;
}
@keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/* **************************************************************

 * 

*************************************************************** */
body {
  font-size: 1.6rem;
  /*line-height: 1.8;*/
}
#wrapper {
  background-image: url("../img/mainvisual_bg.png");
  background-repeat: no-repeat;
  background-position: center 20px;
}
/* **************************************************************

 * main

*************************************************************** */
main {}
/* **************************************************************

 * mainimg

*************************************************************** */
#mainimg {
  width: 100%;
}
#mainimg .inner {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 1260px) {
  #mainimg .visual {
    width: 420px;
  }
}
/* -------------------- catch*/
#mainimg .catch_wrap {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/**/
#mainimg .catch {
  width: 720px;
  margin: 40px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #mainimg .catch {
    margin: 20px 0 0 0;
  }
}
#mainimg .catch p:first-of-type {
  font-size: 1.8rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1260px) {
  #mainimg .catch p:first-of-type {
    font-size: 1.6rem;
  }
}
#mainimg .catch p:nth-of-type(2) {
  font-size: 7.0rem;
  letter-spacing: 0.04em;
  font-family: "ten-mincho", serif;
  line-height: 2.0em;
}
@media screen and (max-width: 1260px) {
  #mainimg .catch p:nth-of-type(2) {
    font-size: 6.0rem;
    letter-spacing: 0.01em;
    line-height: 1.2em;
    margin: 10px 0;
  }
}
#mainimg .catch p:nth-of-type(3) {
  font-size: 1.9rem;
  letter-spacing: 0.3em;
  color: #2C4B62;
  position: relative;
  padding: 0 0 0 16px;
}
@media screen and (max-width: 1260px) {
  #mainimg .catch p:nth-of-type(3) {
    font-size: 1.7rem;
  }
}
#mainimg .catch p:nth-of-type(3)::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 18px;
  height: 1px;
  background-color: #2C4B62;
}
/* -------------------- card*/
/**/
.card_wrap {
  margin: -200px 0 0 0;
  padding: 0 40px;
  overflow: hidden;
  max-width: 660px !important;
}
@media screen and (max-width: 1260px) {
  .card_wrap {
    margin: -80px 0 0 0;
  }
}
.card_wrap .bx-viewport {
  margin: 0;
  overflow: visible !important;
  padding: 20px 0 40px 0;
}
/* pager */
.card_wrap .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
}
.card_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover, .card_wrap .bx-wrapper .bx-pager.bx-default-pager a.active, .card_wrap .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ccc;
}
.card_wrap .bx-wrapper .bx-pager-item, .card_wrap .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.card_wrap .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/*controls*/
.card_wrap .bx-wrapper .bx-controls-direction {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 10;
  top: -120px;
}
/*打消し*/
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: 0 !important;
}
/*打消し*/
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: 0 !important;
}
/*打消し*/
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: 0 !important;
}
/**/
.card_wrap .bx-wrapper .bx-controls-direction a {
  width: 48px;
  height: 48px;
  margin-top: 0;
  position: absolute;
  z-index: 100;
}
.card_wrap .bx-wrapper .bx-controls-direction .bx-prev {
  background-image: url("../img/arrow_prev.png");
  background-repeat: no-repeat;
  top: 25px;
  left: -35px;
}
.card_wrap .bx-wrapper .bx-controls-direction .bx-next {
  background-image: url("../img/arrow_next.png");
  background-repeat: no-repeat;
  top: 25px;
  right: -35px;
}
/*---------- 中身*/
.card_wrap {
  overflow: hidden;
  position: relative;
}
.card_wrap ul.card {
  display: -webkit-flex;
  display: flex;
  margin-left: 50%;
}
.card_wrap ul.card li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 30px 35px 0 35px;
  filter: drop-shadow(0px 0px 10px rgba(63, 81, 95, .2));
  background-color: #fff;
  border-radius: 7px;
  transition: .4s;
  margin-top: 40px;
  margin-left: -290px !important;
  margin-right: 370px !important;
  min-height: 140px;
}
.card_wrap ul.card li:hover {
  filter: drop-shadow(0px 0px 10px rgba(63, 81, 95, 0));
}
.card_wrap ul.card li a {
  font-size: 1.3rem;
  width: 100%;
}
.card_wrap ul.card li a[href$=".pdf"]::after {
  display: none;
}
/**/
.card_wrap ul.card li a .tag {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 30px;
  margin: 0;
  padding: 15px 0 8px 0;
  z-index: 2;
  width: 78px;
  text-align: center;
  font-family: 'SawarabiMincho JP';
  font-size: 1.6rem;
  border-radius: 2px 0 0 0;
}
.card_wrap ul.card li a .tag:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #cf4a2d;
  border-right: solid 6px transparent;
}
.card_wrap ul.card li a .tag:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 39px solid #e95738;
  border-right: 39px solid #e95738;
  border-bottom: 10px solid transparent;
}
/*募集中*/
.card_wrap ul.card li a .tag.bosyu {
  background: #FFE3E3;
  color: #D94B4B;
}
.card_wrap ul.card li a .tag.bosyu:before {
  border-bottom: 6px solid #E47E7E;
}
.card_wrap ul.card li a .tag.bosyu:after {
  border-left: 39px solid #FFE3E3;
  border-right: 39px solid #FFE3E3;
}
/*募集終了*/
.card_wrap ul.card li a .tag.end {
  background: #E3E3E3;
  color: #494949;
}
.card_wrap ul.card li a .tag.end:before {
  border-bottom: 6px solid #787878;
}
.card_wrap ul.card li a .tag.end:after {
  border-left: 39px solid #E3E3E3;
  border-right: 39px solid #E3E3E3;
}
/**/
.card_wrap ul.card li a .box {}
/*画像*/
.card_wrap ul.card li a .box .poster {
  width: 105px;
  height: 145px;
  margin: 0;
  border: 1px solid #DBEEFF;
  background-color: #F1F9FF;
  background-image: url("../img/bg_logo.png");
  background-size: 73px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  z-index: 10;
}
/*---------- 中身*/
.card_wrap ul.card li a .box dl {
  width: calc(100% - 135px);
  margin-left: auto;
  position: relative;
  top: 0;
}
/*日付*/
.card_wrap ul.card li a .box dl dt {
  display: -webkit-flex;
  display: flex;
  color: #555;
}
.card_wrap ul.card li a .box dl dt .date, .card_wrap ul.card li a .box dl dt .date span {
  color: #777;
  line-height: 1.0em;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-family: 'Cardo';
  font-size: 1.7rem;
}
.card_wrap ul.card li a .box dl dt .date {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
}
/*カテゴリ*/
.card_wrap ul.card li a .box dl dt .cate {
  display: inline-block;
  text-align: center;
  line-height: 1.0em;
  white-space: nowrap;
  margin: 0 10px;
  padding: 5px 20px 7px 20px;
  color: #fff;
  background-color: var(--dbl);
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/*色*/
.card_wrap ul.card li a .box dl dt .manager {
  background-color: var(--bl);
}
.card_wrap ul.card li a .box dl dt .general {
  background-color: var(--pi);
}
.card_wrap ul.card li a .box dl dt .tokutei {
  background-color: var(--gr);
}
/*---------- タイトル*/
.card_wrap ul.card li a .box dl dd {
  font-size: 1.4rem;
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 5px 0 30px 0;
}
/* **************************************************************

 * news

*************************************************************** */
#news {
  width: 100%;
}
#news .inner {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0 80px 0;
}
/* -------------------- タブ*/
#news .tab_box {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 40px auto;
}
@media screen and (max-width: 1260px) {
  #news .tab_box {
    margin: 20px auto;
  }
}
input[type="radio"] {
  display: none;
}
#news .tab_area {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#news .tab_area label {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s opacity;
  white-space: nowrap;
}
#news .tab_area label:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 10;
  border-bottom: 3px solid var(--bl);
}
#news .tab_area label:hover::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
  z-index: -1;
  background-color: var(--bl);
}
#news .tab_area label:hover {
  color: var(--bl);
}
/*チェックされたタブ*/
#tab1:checked ~ .tab_area .tab1_label, #tab2:checked ~ .tab_area .tab2_label, #tab3:checked ~ .tab_area .tab3_label, #tab4:checked ~ .tab_area .tab4_label, #tab5:checked ~ .tab_area .tab5_label {
  color: var(--bl);
}
#tab1:checked ~ .tab_area .tab1_label::before, #tab2:checked ~ .tab_area .tab2_label::before, #tab3:checked ~ .tab_area .tab3_label::before, #tab4:checked ~ .tab_area .tab4_label::before, #tab5:checked ~ .tab_area .tab5_label::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
  z-index: -1;
  background-color: var(--bl);
}
#tab1:checked ~ .tab_area .tab1_label::after, #tab2:checked ~ .tab_area .tab2_label::after, #tab3:checked ~ .tab_area .tab3_label::after, #tab4:checked ~ .tab_area .tab4_label::after, #tab5:checked ~ .tab_area .tab5_label::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 1;
  border-bottom: 3px solid var(--bl);
}
#tab1:checked ~ .panel_area #panel1, #tab2:checked ~ .panel_area #panel2, #tab3:checked ~ .panel_area #panel3, #tab4:checked ~ .panel_area #panel4, #tab5:checked ~ .panel_area #panel5 {
  display: block;
}
/* -------------------- 中身*/
.panel_area {
  background: #fff;
  margin: 40px 0;
}
.panel_area .tab_panel {
  width: 100%;
  padding: 0;
  display: none;
}
/* **************************************************************

 * news（リスト）

*************************************************************** */
#news .info_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#news .info_list li::before {
  display: none;
}
#news .info_list li {
  position: relative;
  margin: 0;
  padding: 0;
}
#news .info_list li a {
  transition: .4s;
}
/* -------------------- タグ*/
#news .info_list .tag {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 40px;
  margin: 0;
  padding: 25px 0 20px 0;
  z-index: 2;
  width: 78px;
  text-align: center;
  font-family: 'SawarabiMincho JP';
  font-size: 1.6rem;
  border-radius: 2px 0 0 0;
}
#news .info_list .tag:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-right: solid 6px transparent;
}
#news .info_list .tag:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-bottom: 10px solid transparent;
}
/*募集中*/
#news .info_list .tag.bosyu {
  background: #FFE3E3;
  color: #D94B4B;
}
#news .info_list .tag.bosyu:before {
  border-bottom: 6px solid #E47E7E;
}
#news .info_list .tag.bosyu:after {
  border-left: 39px solid #FFE3E3;
  border-right: 39px solid #FFE3E3;
}
/*募集終了*/
#news .info_list .tag.end {
  background: #E3E3E3;
  color: #494949;
}
#news .info_list .tag.end:before {
  border-bottom: 6px solid #787878;
}
#news .info_list .tag.end:after {
  border-left: 39px solid #E3E3E3;
  border-right: 39px solid #E3E3E3;
}
/*---------- 枠*/
#news .info_list .box {
  background-color: #fff;
  border-radius: 7px;
  margin: 10px 0;
  padding: 25px 130px 25px 30px;
  filter: drop-shadow(0px 0px 10px rgba(63, 81, 95, .2));
  position: relative;
  transition: .4s;
  border-right: 5px solid #fff;
}
#news .info_list .box:hover {
  filter: drop-shadow(0px 0px 10px rgba(63, 81, 95, 0));
  border-radius: 0 7px 7px 0;
  border-right: 5px solid var(--pi);
}
/* -------------------- 矢印*/
#news .info_list .box::before {
  display: block;
  position: absolute;
  content: '';
  top: calc(50% - 5px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: .4s;
}
#news .info_list .box:hover::before {
  border-right: 2px solid var(--pi);
  border-bottom: 2px solid var(--pi);
  opacity: 0.8;
}
/* -------------------- 中身*/
#news .info_list .box dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/*日付*/
#news .info_list .box dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#news .info_list .box dl dt .date, #news .info_list .box dl dt .date span {
  line-height: 1.0em;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-family: 'Cardo';
  font-size: 1.8rem;
}
#news .info_list .box dl dt .date {
  white-space: nowrap;
  font-size: 2.5rem;
  letter-spacing: -0.01em;
}
#news .info_list .box dl dt .date span {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  text-align: center;
}
/* -------------------- カテゴリ*/
#news .info_list .box dl dt .cate {
  display: block;
  width: 130px;
  text-align: center;
  line-height: 1.0em;
  white-space: nowrap;
  margin: 0 20px;
  padding: .7em 0;
  color: #fff;
  background-color: var(--dbl);
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
/*色*/
#news .info_list .box dl dt .manager {
  background-color: var(--bl);
}
#news .info_list .box dl dt .general {
  background-color: var(--pi);
}
#news .info_list .box dl dt .tokutei {
  background-color: var(--gr);
}
/*タイトル*/
#news .info_list .box dl dd {
  font-size: 1.5rem;
  transition: .4s;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* **************************************************************

 * role

*************************************************************** */
#role {
  width: 100%;
  background-color: #F3F0E9;
}
#role .inner {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
/**/
#role .message {
  font-family: "ten-mincho", serif;
  margin: 40px 0;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 2.2em;
}
#role .message em {
  font-family: "ten-mincho", serif;
  font-size: 4.2rem;
  color: var(--pi);
  position: relative;
}
#role .message em::before {
  position: absolute;
  content: "";
  background-image: url("../img/index_8.png");
  width: 40px;
  height: 19px;
  top: -10px;
}
#role .message span {
  font-family: "ten-mincho", serif;
  width: 100%;
  display: block;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
}
/* -------------------- list*/
#role .list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 60px;
  background-color: #FFFDF8;
  border-radius: 100vh;
}
@media screen and (max-width: 1260px) {
  #role .list {
    padding: 30px 40px;
  }
}
#role .list ol {
  counter-reset: my-counter;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#role .list ol li {
  width: calc(100% / 4);
  position: relative;
  padding: 20px 0;
  border-left: 2px dashed #ccc;
  border-bottom: 2px dashed #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1260px) {
  #role .list ol li {
    font-size: 1.5rem;
  }
}
#role .list ol li:nth-child(1), #role .list ol li:nth-child(5) {
  border-left: none;
  border-bottom: 2px dashed #ccc;
}
#role .list ol li:nth-child(5), #role .list ol li:nth-child(6), #role .list ol li:nth-child(7), #role .list ol li:nth-child(8) {
  border-bottom: none;
}
#role .list ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--bl);
  color: #fff;
  display: block;
  line-height: 35px;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 15px 0 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-family: 'Cardo';
}
@media screen and (max-width: 1260px) {
  #role .list ol li:before {
    margin: 0 15px;
  }
}
/* -------------------- training*/
#role .training {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 80px 0;
}
#role .training ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#role .training ul li {
  width: calc(100% / 3);
  max-width: 380px;
  margin: 10px;
  border-radius: 22px;
  overflow: hidden;
  background-color: #fff;
}
#role .training ul li a {
  position: relative;
  display: block;
}
#role .training ul li a h2 {
  text-align: center;
  font-size: 2.1rem;
  padding: 30px 0;
  letter-spacing: 0.01em;
  line-height: 1.0em;
  position: relative;
}
#role .training ul li a h2::before {
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 28px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: .4s;
  z-index: 10;
}
#role .training ul li a h2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  transform-origin: calc(100% - 2px) 50%;
  z-index: 10;
}
#role .training ul li a::after {
  position: absolute;
  content: "";
  display: block;
  margin: 0 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 19px;
  right: -4px;
}
/**/
#role .training ul li.general h2::before {
  border-right: 2px solid var(--pi);
  border-bottom: 2px solid var(--pi);
}
#role .training ul li.manager h2::before {
  border-right: 2px solid var(--bl);
  border-bottom: 2px solid var(--bl);
}
#role .training ul li.tokutei h2::before {
  border-right: 2px solid var(--gr);
  border-bottom: 2px solid var(--gr);
}
/**/
#role .training ul li.general h2::after {
  background-color: var(--pi);
}
#role .training ul li.manager h2::after {
  background-color: var(--bl);
}
#role .training ul li.tokutei h2::after {
  background-color: var(--gr);
}
/**/
#role .training ul li.general a::after {
  background-color: #FFE5E5;
}
#role .training ul li.manager a::after {
  background-color: #E5EFF8;
}
#role .training ul li.tokutei a::after {
  background-color: #E5F3E6;
}
/* **************************************************************

 * banner

*************************************************************** */
#banner {
  width: 100%;
}
#banner .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
/**/
#banner .inner ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#banner .inner ul li {
  margin: 10px
}
#banner .inner ul li img {
  border-radius: 10px;
}
#banner .inner ul li a {}