@charset "utf-8";
.twitter iframe {
  width: 740px !important;
}

/* Utilities */
@media screen and (max-width: 991px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .sp-only {
    display: none !important;
  }
}

/* Header */
header#header .header__nav > ul li a {
  font-weight: 500;
}


@media screen and (max-width: 767px) {
	#corekaraMain {
	  height: calc(100vh - 95px);
	}
}

/* Hide */
@media screen and (max-width: 1024px) {
  .pc-only--nav {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  header#header .header__nav > ul li a {
    padding: 0 20px;
  }
  .sp-only--nav {
    display: none;
  }
}

/* Headings */
.headingA {
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 991px){
  .headingA {
    line-height: 1;
    margin-bottom: 20px;
  }
}

.headingA strong {
  margin-bottom: -0.15em;
}

.headingA small {
  font-weight: bold;
  padding: 10px 25px;
}

/* News Slider */
.newsSlider .newsSlider__cate {
  /* Down from 1.3rem */
  font-size: 1.1rem;
  padding: 5px 20px;
}

.newsSlider li > a:hover {
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 767px) {
	.headingA {
		font-size: 2rem;
	}
	.headingA strong {
  		margin-bottom:0.1em;
	}

	.newsSlider {
	  padding: 40px 0 60px;
	}
}


#hentaiSec .hentaiSec__bnr1:hover .hentaiSec__bnrWrap,
#hentaiSec .hentaiSec__bnr2:hover .hentaiSec__bnrWrap {
  -webkit-transform: none;
  transform: none;
}

/* Services */
@media screen and (max-width: 991px) {
  #serviceSec .container .searviseSec__content {
    margin-top: 5rem;
  }
}

/* NewsBox */
#newsSec .newsBox time {
  color: #1e1e1e;
}
#newsSec .newsBox h3 {
	font-size: 1.3rem;
}

/*  Sales up*/
.articleList .articleList__article > article {
  height: 100%;
}

.articleList .articleList__article > article img {
  max-height: 160px;
}

/* Company */
#companySec {
  background: #f2f2f2;
  margin: -250px 0 0;
  padding: 220px 0 80px;
}

.gutter-30 > div {
  margin-bottom: 30px;
}

/* Partners */
.partnerBox h3 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 1.6rem;
}

/* Drop down to 4 col */
@media screen and (max-width: 991px) {
  .partnerBox .partnerList > * {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    height: 60px;
  }
}

/* Footer */
footer#footer {
  background: #1b1b1b;
  color: #fff;
  padding: 0 0 80px;
}

footer#footer #footerTop ul {
  /* Up from 15px */
  padding: 27.5px 0;
}

footer#footer #footerTop ul li {
  text-align: center;
}

footer#footer #footerTop {
  /* Up from 40px */
  margin-bottom: 50px;
}

.footer-header {
  margin-bottom: 40px;
  font-size: 1.9rem;
  color: white;
}

.footer-header h1 {
  margin-bottom: 25px;
  line-height: 1;
  text-align: center;
}

.footer-header h2 {
  line-height: 1;
  font-size: 1.9rem;
  color: white;
}

/* Redesign footer */
#footer .footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

#footer .footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .footer-links a {
  font-size: 14px;
  display: inline-block;
  line-height: 50px;
  color: white;
}

#footer .footer-nav > .pc-only {
	width: 100px;
}

#footer .copyright {
  color: #464545;
  text-align: center;
}

.sns-links {
	display: flex;
}

.sns-links .snsNav__icon {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  margin: 5px;
  text-align: center;
}

.sns-links .snsNav__icon i {
  line-height: 40px;
  font-size: 2.5rem;
  position: relative;
  z-index: 2;
  color: #fff;
}

.footer-info .sp-block{
  display: none;
}

@media screen and (max-width: 991px) {
  #footer .footer-header {
    margin-bottom: 40px;
  }

  footer#footer {
    padding: 0 0 120px;
  }

	#fixedBtn {
		max-width: 250px;
	}

  #footer .footer-nav {
    margin: 0 -20px 35px;
  }

  #footer .footer-links {
    flex-direction: column;
    width: 100%;
  }

  #footer .footer-links li {
    width: 100%;
  }

  #footer .footer-links a {
    padding: 0 20px;
    border-bottom: 1px solid white;
    line-height: 60px;
    font-size: 14px;
    display: block;
  }

  #footer .footer-links a::before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    content: '\f0a9';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #d24555;
    margin-right: 25px;
    font-family: 'Font Awesome 5 Free';
  }

  .footer-info {
    padding-bottom: 45px;
    border-bottom: 1px solid white;
    order: -1;
    font-size: 14px;
    line-height: 1em;
    padding-left: 20px;
  }

  .footer-info .nav-text {
    padding-left: 20px;
    border-left: 2px solid white;
  }

  .footer-info .sp-block {
    display: block;
    margin-top: 15px;
  }

	#footer .copyright {
		text-align: left;
		color: white;
	}

	.copyright .sp-block {
		display: block;
    margin-bottom: 15px;
	}
}

@media screen and (min-width: 992px) {
  .include-spacers li:not(:last-child)::after {
    content: '';
    display: inline-block;
    margin: 0 1rem;
    width: 1px;
    height: 1.5rem;
    background: white;
  }
}

#newsSec .newsBox {
  top: 10%;
  width: 55vw;
  max-width: 500px;
  height: 60%;
}

/* Cards */
.card-container {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  background: white;
	height: 100%;
}

.card-container.typeB {
	height: auto;
	background-color: #f2f2f2;
}

.card-container.typeB:not(:last-of-type) {
	margin-bottom: 30px;
}

.card-container.typeB .card-img {
  flex-basis: 50%;
  overflow: hidden;
}

.card-container.typeB .card-img-inner {
background-position: left;
}

.card-container.typeB h3 {
	padding-bottom: 0;
  border-bottom: 0;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.card-container.typeB h3 small {
  display: inline-block;
  color: #aaaaaa;
  font-size: 1.3rem;
  font-weight: normal;
  margin-left: 5px;
}

.card-container.typeB p {
	font-size: 1.3rem;
  padding-left: 5px;
  line-height: 1.6em;
}

.card-img {
  flex-basis: 40%;
  overflow: hidden;
}

.card-img-inner {
  background-size: cover;
  background-position: center;
  background-repeat: none;
  height: 100%;
}

/* Card Backgrounds  */
@media screen and (max-width: 767px) {
  .recruit-grads .card-img-inner {
    background-image: url('../../assets/common/img/sp-top-grads.jpg');
  }
  .recruit-careers .card-img-inner {
    background-image: url('../../assets/common/img/sp-top-recruit.jpg');
  }
  .fukuoka-office .card-img-inner {
    background-image: url('../../assets/common/img/sp-top-fukuoka.jpg');
  }
  .osaka-office .card-img-inner {
    background-image: url('../../assets/common/img/sp-top-osaka.jpg');
  }
  .tokyo-office .card-img-inner {
    background-image: url('../../assets/common/img/sp-top-tokyo.jpg');
  }
  .nagoya-office .card-img-inner {
    background-image: url('https://corekara.co.jp/wp-content/uploads/2020/04/sp-top-nagoya.jpg');
  }
  .corekara-kids .card-img-inner {
    background-image: url('../../assets/common/img/sp-top-kids.jpg');
  }
}
@media screen and (min-width: 768px) {
  .recruit-grads .card-img-inner {
    background-image: url('https://corekara.co.jp/wp-content/uploads/new2019/top_hentai_img02.jpg');
  }
  .recruit-careers .card-img-inner {
    background-image: url('https://corekara.co.jp/wp-content/uploads/new2019/top_hentai_img03.jpg');
  }
  .fukuoka-office .card-img-inner {
    background-image: url('https://corekara.co.jp/wp-content/uploads/new2019/top_fukuoka.jpg');
  }
  .osaka-office .card-img-inner {
    background-image: url('https://corekara.co.jp/wp-content/uploads/new2019/top_oosaka.jpg');
  }
  .tokyo-office .card-img-inner {
    background-image: url('https://corekara.co.jp/wp-content/uploads/new2019/top_tokyo.jpg');
  }
  .nagoya-office .card-img-inner {
    background-image: url('https://corekara.co.jp/wp-content/uploads/2020/04/top_nagoya.jpg');
  }
  .corekara-kids .card-img-inner {
    background-image: url('https://corekara.co.jp/wp-content/uploads/new2019/top_kids.jpg');
  }
}

.card-img-inner.fx-shrink {
	transition: all 0.25s ease-out;
	transform: scale(1.1);
}

.card-container:hover .card-img-inner.fx-shrink {
  transform: scale(1);
}

.card-contents {
  padding: 30px;
  flex-basis: 60%;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1;
  margin-bottom: 15px;
}

h3.card-title small{
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #c83747;
  margin-top: 0;
}
h3.card-title small a{
  color: #c83747;
}

.card-body ul {
  margin-bottom: 20px;
}

.card-body li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.btn-link {
  display: block;
  margin-bottom: 15px;
  color: #c83747;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .card-container {
    flex-direction: column;
	  height: auto;
  }

  .card-img-inner {
    height: 44vw;
    background-position: center;
  }

  .btn-link {
    border-radius: 6px;
    line-height: 80px;
    background: linear-gradient(#ec6574, #c83747);
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: white;
    margin-left: 0;
  }

  .btn-link.inverse {
    background: linear-gradient(#666666, #464545);
  }
}



.editorsnote .image_center {
	max-width: 60px;
}
.editorsnote {
	display: flex !important;
	align-items: center !important;
}


#toTop__head {
  position: absolute;
  top: -20px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  left: 50px;
}

#toTop__head .toTop3 {
  position: absolute;
  top: 28px;
  left: 18px;
  -webkit-animation: Flash1 3s infinite;
  animation: Flash1 3s infinite;
}

#toTop__head.active {
  top: -54px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#toTop__head.active.hovered {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  top: -48px;
}

#toTop {
  cursor: url(/wp-content/uploads/new2019/hammer.cur), pointer;
  position: absolute;
  top: -53px;
  z-index: 3;
}

#toTop .toTop__head {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -21px;
}

#toTop span.toTop__txt {
  position: absolute;
  color: #1b1b1b;
  top: 10px;
  right: -20px;
  font-weight: bold;
  font-size: 1.2rem;
}

#toTop a {
  display: block;
  padding: 40px 0 30px 0;
  cursor: url(/wp-content/uploads/new2019/hammer.cur), pointer;
}
#toTop a:hover img{
  opacity: 1;
}

@media (max-width: 1200px) {
	footer#footer #footerTop .container {
		overflow: visible;
	}
}

@media screen and (max-width: 991px) {
  #toTop {
		left: calc(50% - 97.5px);
	}

	#toTop__head {
	  left: calc(50% - 46px);
	}
}

@media (max-width: 767px) {
  #newsSec {
    margin-bottom: 0px;
	background: #f2f2f2;
  }
  #newsSec .newsWrap figure {
    display: none;
  }

  #newsSec .newsBox {
    position: static;
    margin: 0;
    width: 100%;
    padding: 0;
    height: unset;

    overflow-x: unset;
    overflow: unset;
    overflow-y: unset;
  }
  #newsSec .newsBox li:nth-child(n + 5) {
    display: none;
  }
/*   #newsSec .newsBox li:nth-child(4) h3 {
    border-bottom: none;
  } */

  #companySec {
    margin-top: 0;
    padding-top: 40px;
  }

  .news-heading {
    background: black;
    color: white;
    padding: 0;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
  }

	#newsSec h2.heading-inverse {
		background: #1e1e1e;
		color: white;
		text-align: left;
		padding: 10px 15px;
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
	}

	#newsSec .newsBox time {
	  color: #999;
	}
	#newsSec .newsBox h3 {
		border-bottom: 1px dotted #1e1e1e;
	}
}
.swiper-autoheight .swiper-wrapper {
height:auto !important;	
}
        header#header .header__iconNav > ul li.hasChildren > a, header#header .header__nav > ul li.hasChildren > a,header#header .header__nav > ul li.contact a {
            line-height: 1.5;
			    letter-spacing: 3px;
        }
        header#header .header__iconNav > ul li.hasChildren > a small, header#header .header__nav > ul li.hasChildren > a small,header#header .header__nav > ul li.contact a small{
    display: block;
}

      @media (min-width: 1020px) {
        header#header .header__iconNav > ul li.hasChildren > a, header#header .header__nav > ul li.hasChildren > a,header#header .header__nav > ul li.contact a {
          flex-direction: column;
            line-height: 1.5;
			padding:0 20px !important;
        }
      }
.js-newsSlider .slick-prev {
	left:15px;
}
.js-newsSlider .slick-next {
	right:15px;
}

.js-newsSlider .slick-prev,
.js-newsSlider .slick-next {
	border-radius:0;
}
.js-newsSlider .slick-prev,
.js-newsSlider .slick-next {
	width:40px;
	height:40px;
	background:#E4E4E4;
}
.js-newsSlider .slick-prev:before, 
.js-newsSlider .slick-next:before {
	content:"";
	width:40px;
	height:40px;
    font-family: '';
    font-size: 25px;
    line-height: 1;
	color: initial !important;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 45%;
    left: 45%;
    transform: rotate(220deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.js-newsSlider .slick-next:before {
    transform: rotate(45deg);
}

/* 240222追加 */
.layout--fixedForm #main{
  padding-left: 30px;
      max-width: calc(100% - 360px);
      flex: auto;
  }
  
  @media screen and (max-width:991px){
    .layout--fixedForm #main{
      max-width: 100%;
      padding-left: 0;
      
    }
  }


.popBnrArea{
  position: fixed;
  bottom:30px;
  z-index:100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.popBnrArea__inner{
  position:relative;
}
.popBnrArea.visible {
    opacity: 1;
    visibility: visible;
}
.popBnrArea__close {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #1A00FF;
    border-radius: 50%;
    position: absolute;
    right:-10px;
    top:-10px;
    z-index:110;
    cursor: pointer;
}
/* バツ印のスタイル */
.popBnrArea__close::before,
.popBnrArea__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: white;
    transform-origin: center;
}
.popBnrArea__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.popBnrArea__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .popBnrArea{
    padding:0px 15px;
    width:100%;
  }
  .popBnrArea__img{
    width:100%;
  }
}
@media screen and (min-width: 992px) {
  .popBnrArea{
    right:30px;
  }
}
@media screen and (min-width:992px) {
  .view--sp {
    display: none !important;
  }
}

@media screen and (max-width:991px) {
  .view--pc {
    display: none !important;
  }
}