@charset "utf-8";

.topStorySlider .slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }

.topStorySlider .slick-next:before{
    background: url(/system_panel/uploads/images/next_arrow_icon01.svg) no-repeat !important;
    background-size: contain!important;
  }

.topStorySlider .slick-prev:before{
    background: url(/system_panel/uploads/images/prev_arrow_icon01.svg) no-repeat !important;
    background-size: contain!important;
}

.topStorySlider .slick-prev, .topStorySlider .slick-next {
    background: none !important;
    max-width: 53px;
    width: 100%;
    height: 53px;
    top: 50%;
    transform: translateY(-50%);
}

.topStorySlider .slick-next {
    right: 2%;
}

.topStorySlider .slick-prev {
    left: 2%;
}

.topStorySlider .slick-prev:hover, .topStorySlider .slick-next:hover {
    opacity: 0.5;
}

.topStoryItem {
   padding: 0 10px;
}

.topStoryItem > a {
    max-width: 600px;
    width: 100%;
    display: block;
    background: #FCFAF7;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    margin: auto;
}

.topStoryItem > a:hover {
    background: rgb(222 121 121 / 20%);
}

.topStoryItem .imgArea {
    width: 100%;
    position: relative;
}

.topStoryItem .imgControl {
    padding: 0 0 87.42%;
}

.topStoryItem .imgControl > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.topStoryItem .imgControl > span {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.topStoryItem .imgControl > img + span {
    display: none;
}

.topStoryItem .txtArea {
    width: 100%;
    padding: 40px 4% 50px;
    text-align: center;
}

.topStoryItem .name {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.34em;
    color: #000;
    display: inline-block;
    border-bottom: solid 1px #707070;
    padding: 0 0 4px;
}

.topStoryItem .linkTxt {
    display: block;
    font-size: 13px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.25em;
    line-height: 1.23em;
    color: #333;
    margin: 25px 0 0;
}

.storyCt {
    max-width: 1000px;
    width: 100%;
    margin: 80px auto 0;
    padding: 0;
}

.storyCt .imgControl > span {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.storyCt .imgControl > img + span {
    display: none;
}

.storyCt .cate {
    font-size: 16px;
    font-weight: lighter;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.15em;
    color: #DE7979;
    margin: 20px 0 0;
}

.storyCt .tit {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin: 5px 0 0;
}

.profileBx {
    margin: 25px 0 0;
}

.profileBx:first-child {
    margin: 0;
}

.procate {
    background: #DE7979;
    display: inline-block;
    color: #fff;
    padding: 5px 2%;
}

.proCareer {
    margin: 30px 0 0;
}

.proCareerItem {
    position: relative;
    padding: 20px 0 30px;
}

.proCareerItem > p {
    position: relative;
    padding: 0 0 0 20px;
    margin: -34px 0 0;
}

.proCareerItem:before {
    content: "";
    display: block;
    max-width: 10px;
    width: 100%;
    height: 10px;
    background: #DE7979;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}

.proCareerItem:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #DE7979;
    position: absolute;
    top: 0;
    left: 4.5px;
}

.proCareerItem:last-child:after {
    display: none;
}

.faqBx {
    padding: 20px 0;
    border-bottom: solid 1px #222;
}

.faqTxt01 {
    font-weight: 600;
    padding-left: 2em;
    text-indent: -2em;
}

.faqTxt02 {
    padding-left: 2em;
    text-indent: -2em;
    margin: 10px 0 0;
}

.faqTxt01 > span {
    font-size: 16px;
    color: #DE7979;
    margin: 0 5px 0 0;
}

.faqTxt02 > span {
    font-size: 16px;
    color: #222;
    margin: 0 5px 0 0;
}

.faqBx:first-child {
    margin: 5px 0 0;
}

.proMsg {
    margin: 20px 0 0;
}

/*-- ページャー --------------------------------------------------------------*/
.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  margin: 80px 10px 0;
  height:30px;
  min-height:30px;
  width:100%;
  max-width:30px;
  font-size: 14px;
  list-style: none;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
  border: 1px #333 solid;
  overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
  color: #FFF;
  background: #333;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #FFF;
    background-color: #333;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 28px;
  width: 30px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  background-color: #333;
  text-decoration: none;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: #333;
    font-size: 14px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topStorySlider .slick-next {
    right: 13%;
}

.topStorySlider .slick-prev {
    left: 13%;
}


.storyCt {
    margin: 80px auto 0;
}

.storyCt .cate {
    font-size: 20px;
    margin: 20px 0 0;
}

.storyCt .tit {
    font-size: 22px;
    margin: 5px 0 0;
}

.profileBx {
    margin: 50px 0 0;
}

.profileBx:first-child {
    margin: 0;
}

.proCareer {
    margin: 40px 0 0;
}


.faqBx {
    padding: 20px 0;
}

.faqTxt01 > span {
    font-size: 20px;
    margin: 0 5px 0 0;
}

.faqTxt02 > span {
    font-size: 20px;
    margin: 0 5px 0 0;
}

.faqBx:first-child {
    margin: 5px 0 0;
}

.proMsg {
    margin: 20px 0 0;
}

.proCareerItem > p {
    margin: -38px 0 0;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topStoryItem > a {
    max-width: 740px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.topStoryItem .imgArea {
    max-width: 360px;
    width: 54.86%;
}

.topStoryItem .txtArea {
    max-width: 320px;
    width: 45.13%;
    padding: 96px 4% 64px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topStorySlider .slick-next {
    right: 13%;
}

.topStorySlider .slick-prev {
    left: 13%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topStorySlider .slick-next {
    right: 28%;
}

.topStorySlider .slick-prev {
    left: 28%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */