/* heading-1 */
.heading-1{
  width: 220px;
  height: 200px;
  background-color: #fff;
  padding: 38px 40px 40px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
}
.heading-1:before, .heading-1:after{
  content: normal;
}
.heading-1__main{
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  color: #106fbd;
  letter-spacing: normal;
  font-weight: 900;
}
.heading-1__main img {
  width: 140px;
  height: 55px;
}
.heading-1__sub{
  font-size: 13px;
  letter-spacing: .075em;
  text-align: center;
  color: #333333;
  line-height: calc(20em / 13);
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #333333;
}

/* home-hero */
.home-hero{
  height: 610px;
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url("../images/home/bg_hero.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  /* home-hero */
  .home-hero{
    height: 375px;
  }
}

@media screen and (max-width: 480px) {
  .home-hero{
    background-image: url("../images/home/bg_hero_sp.jpg");
  }
}

/* home-hero__text */
.home-hero__text {
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.home-hero__text__a {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .15em;
}
.home-hero__text__b {
  font-weight: 900;
  font-style: italic;
  font-size: 32px;
  margin-top: 40px;
}
.home-hero__text__c {
  font-size: 102px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  margin-top: 40px;
}
.home-hero__text__d {
  font-weight: 900;
  font-style: italic;
  font-size: 25px;
  margin-top: 30px;
}

@media screen and (max-width: 959px) {
  /* home-hero__text */
  .home-hero__text__b {
    font-size: 16px;
    margin-top: 20px;
  }
  .home-hero__text__c {
    font-size: 10vw;
    margin-top: 20px;
  }
  .home-hero__text__d {
    font-size: 14px;
    margin-top: 15px;
  }
}

/* home-box */
.home-box{
  margin-top: 40px;
}

/* section--home-news */
.section--home-news{
  margin-top: 30px;
  padding-bottom: 80px;
}

@media screen and (max-width: 959px){
  /* section--home-news */
  .section--home-news {
    margin-top: 10px;
    padding-bottom: 50px;
  }
}

/* home-news */
.home-news{
  overflow: hidden;
}
.home-news__columns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -40px;
  margin-right: -40px;
}
.home-news__columns__column {
  padding-left: 40px;
  padding-right: 40px;
}
.home-news__columns__column:nth-child(1) {
  width: 180px;
}
.home-news__columns__column:nth-child(2) {
  width: 840px;
  flex: 1;
}
.home-news__heading {
  font-size: 22px;
  letter-spacing: .15em;
  font-weight: 700;
}
.home-news__heading + .button--text {
  margin-top: 25px;
}
.home-news__list__item:not(:first-child) {
  margin-top: 25px;
}
.home-news__list__item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-news__list__item__row__date {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.home-news__list__item__row__category {
  margin-left: 30px;
  width: 66px;
}
.home-news__list__item__row__category__inner {
  font-size: 12px;
  background-color: #e5e5e5;
  font-weight: 700;
  white-space: nowrap;
  padding: 1px 3px;
}
.home-news__list__item__row__title {
  margin-left: 30px;
  line-height: 1.6em;
}
.home-news__recruit {
  margin: 60px auto 0;
  max-width: 820px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.home-news__recruit:hover {
  opacity: .7;
}

@media screen and (max-width: 959px){
  /* home-news */
  .home-news__columns {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .home-news__columns__column {
    padding-left: 0;
    padding-right: 0;
  }
  .home-news__columns__column:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-news__columns__column:nth-child(2) {
    width: 100%;
  }
  .home-news__heading {
    font-size: 21px;
  }
  .home-news__heading + .button--text {
    margin-top: 0;
  }
  .home-news__list {
    margin-top: 30px;
  }
  .home-news__list__item:not(:first-child) {
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
  }
  .home-news__list__item__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-news__list__item__row__date {
    font-size: 14px;
  }
  .home-news__list__item__row__category__inner {
    font-size: 11px;
  }
  .home-news__list__item__row__title {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .home-news__recruit {
    margin-top: 40px;
  }
}

/* section--home-group */
.section--home-group{
    background-color: #f5f7fa;
    padding-bottom: 80px;
}

@media screen and (max-width: 959px){
  /* section--home-group */
  .section--home-group{
    padding-bottom: 50px;
  }
}

/* section--home-job */
.section--home-job{
  padding-bottom: 80px;
}

@media screen and (max-width: 959px){
/* section--home-job */
  .section--home-job{
    padding-bottom: 50px;
  }
}

/* home-img-nav */
.home-img-nav{
  display: flex;
  flex-wrap: wrap;
}
.home-img-nav-item{
  width: calc(50% - 40px * 1/2);
  margin-top: 40px;
  margin-right: 40px;
  position: relative;
}
.home-img-nav-item:nth-child(2n){
  margin-right: 0;
}
.home-img-nav-item:nth-child(-n+2){
  margin-top: 0;
}
.home-img-nav-item-link{
  height: 234px;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .1em;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.home-img-nav-item-link:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.home-img-nav-item-link-inner{
  position: relative;
  z-index: 1;
  margin-left: 40px;
  margin-right: auto;
  text-align: center;
  line-height: 32px;
  padding-right: 60px;
  background: url(../images/arrow-circle-blue.svg) right 1px center no-repeat;
  background-size: 32px auto;
}
.home-img-nav-item-link:hover:before{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.home-img-nav-item-message .home-img-nav-item-link:before {
  background-image: url("../images/home/img-nav-message.jpg");
}
.home-img-nav-item-welfare .home-img-nav-item-link:before {
  background-image: url("../images/home/img-nav-welfare.jpg");
}
.home-img-nav-item-profile .home-img-nav-item-link:before {
  background-image: url("../images/home/img-nav-profile.jpg");
}
.home-img-nav-item-office .home-img-nav-item-link:before {
  background-image: url("../images/home/img-nav-office.jpg");
}
.home-img-nav-item-vision .home-img-nav-item-link:before {
  background-image: url("../images/home/img-nav-vision.jpg");
}
.home-img-nav-item-work .home-img-nav-item-link:before {
  background-image: url("../images/home/img-nav-work.jpg");
}

@media screen and (max-width: 959px){
  /* home-img-nav */
  .home-img-nav-item{
    margin-top: 20px;
    width: calc(50% - 20px * 1/2);
    margin-right: 20px;
  }
  .home-img-nav-item-link{
    height: 234px;
    font-size: 22px;
  }
  .home-img-nav-item-link-inner{
    margin-left: 24px;
    padding-right: 40px;
    background: url(../images/arrow-circle-blue.svg) right 1px top 6px no-repeat;
    background-size: 24px auto;
  }
}

@media screen and (max-width: 767px){
  /* home-img-nav */
  .home-img-nav-item-link{
    height: 120px;
    font-size: 18px;
  }
  .home-img-nav-item-link-inner{
    margin-left: 24px;
    padding-right: 35px;
    background: url(../images/arrow-circle-blue.svg) right 1px top 7px no-repeat;
    background-size: 20px auto;
  }
}

@media screen and (max-width: 580px){
  /* home-img-nav */
  .home-img-nav{
    display: block;
  }
  .home-img-nav-item{
    width: 100%;
    margin-right: 0;
  }
  .home-img-nav-item:nth-child(2){
    margin-top: 20px;
  }
}

/* home-work-list__item */
/*
.home-work-list__item:not(:first-child) {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
}
*/

@media screen and (max-width: 959px) {
  /*
  .home-work-list__item:not(:first-child) {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  */
}

/* home-work-list__item__columns */
.home-work-list__item__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #f5f7fa;
}
.home-work-list__item__columns__column:nth-child(1) {
  width: 750px;
}
.home-work-list__item__columns__column:nth-child(2) {
  width: 530px;
  /*background-color: #106fbd;*/
  color: #ffffff;
}
.home-work-list__item__columns__column .figure{
  height: 100%;
}
.home-work-list__item-session  .figure{
  background: url(../images/home/img-home-session.jpg) center center no-repeat;
  background-size: cover;
}
.home-work-list__item-career  .figure{
  background: url(../images/home/img-home-career.jpg) center center no-repeat;
  background-size: cover;
}
.home-work-list__item-graduate  .figure{
  background: url(../images/home/img-home-graduate.jpg) center center no-repeat;
  background-size: cover;
}
.home-work-list__item__columns__column img{
  display: none;
}

@media screen and (max-width: 959px) {
  /* home-work-list__item__columns */
  .home-work-list__item__columns {
    display: block;
  }
  .home-work-list__item__columns__column:nth-child(1) {
    width: 100%;
  }
  .home-work-list__item__columns__column:nth-child(2) {
    width: 100%;
  }
  .home-work-list__item__columns__column img{
    display: inline;
  }
}

/* home-work-list__item__columns__column__box */
.home-work-list__item__columns__column__box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #333333;
  min-height: 375px;
}
.home-work-list__item__columns__column__box-blue.home-work-list__item__columns__column__box{
  color: #ffffff;
  background-color: #106fbd;
}
.home-work-list__item__columns__column__box:before{
  content: '';
  position: absolute;
  z-index: 1;
  top: calc(50% - 16px);
  left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 18px 16px 0;
  border-color: transparent #ffffff transparent transparent;
}
.home-work-list__item__columns__column__box-blue.home-work-list__item__columns__column__box:before{
  border-color: transparent #106fbd transparent transparent;
}
.home-work-list__item__columns__column__box__inner__heading{
  font-size: 28px;
  font-style: italic;
  letter-spacing: .1em;
  font-weight: 700;
  padding: 5px 0 5px 12px;
  border-left: 4px solid #106fbd;
  margin-bottom: 30px;
  line-height: 1.25;
}
.home-work-list__item__columns__column__box-blue .home-work-list__item__columns__column__box__inner__heading{
  border-left: 4px solid #ffffff;
}
.home-work-list__item__columns__column__box__inner .paragraph {
  font-size: 14px;
}
.home-work-list__item__columns__column__box__inner__button {
  margin-top: 30px;
}

@media screen and (max-width: 959px) {
  /* home-work-list__item__columns__column__box */
  .home-work-list__item__columns__column__box{
    padding: 35px 30px;
    min-height: auto;
  }
  .home-work-list__item__columns__column__box:before{
    top: -17px;
    left: calc(50% - 15px);
    border-width: 0 15.5px 17px 15.5px;
    border-color: transparent transparent #ffffff transparent;
  }
  .home-work-list__item__columns__column__box-blue.home-work-list__item__columns__column__box:before{
    border-color: transparent transparent #106fbd transparent;
  }
  .home-work-list__item__columns__column__box__inner__heading {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

/* home-work-list__item__columns__column__box__inner__button__anchor */
.home-work-list__item__columns__column__box__inner__button__anchor{
  color: #106fbd;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: 700;
  padding: 16px 0;
  line-height: 1.6em;
  display: block;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-align: center;
  max-width: 180px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 3px 0px 0px rgba(194, 194, 194, 0.75);
}
.home-work-list__item__columns__column__box__inner__button__anchor:hover{
  box-shadow: 0px 1px 0px 0px rgba(194, 194, 194, 0.75);
  transform: translateY(2px);
}
.home-work-list__item__columns__column__box__inner__button__anchor__inner {
  position: relative;
  padding-right: 20px;
}
.home-work-list__item__columns__column__box__inner__button__anchor__inner:after {
  content: '';
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../images/ico_arrow_right.svg");
  background-size: cover;
  width: 10px;
  height: 12px;
}

@media screen and (max-width: 959px) {
  /* home-work-list__item__columns__column__box__inner__button__anchor */
  .home-work-list__item__columns__column__box__inner__button__anchor {
    padding: 14px 20px;
  }
}

/* home-work-list__item__columns--reverse */
.home-work-list__item__columns--reverse .home-work-list__item__columns__column:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.home-work-list__item__columns--reverse .home-work-list__item__columns__column:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.home-work-list__item__columns--reverse .home-work-list__item__columns__column__box:before {
  left: auto;
  right: -18px;
  border-width: 16px 0 16px 18px;
  border-color: transparent transparent transparent #f5f7fa;
}
.home-work-list__item__columns--reverse .home-work-list__item__columns__column__box-blue.home-work-list__item__columns__column__box:before {
  border-color: transparent transparent transparent #106fbd;
}

@media screen and (max-width: 959px) {
  /* home-work-list__item__columns--reverse */
  .home-work-list__item__columns--reverse .home-work-list__item__columns__column__box:before {
    top: -17px;
    left: calc(50% - 15px);
    border-width: 0 15.5px 17px 15.5px;
    border-color: transparent transparent #f5f7fa transparent;
  }
  .home-work-list__item__columns--reverse .home-work-list__item__columns__column__box-blue.home-work-list__item__columns__column__box:before {
    top: -17px;
    left: calc(50% - 15px);
    border-width: 0 15.5px 17px 15.5px;
    border-color: transparent transparent #106fbd transparent;
  }
}

/* section--home-interview */
.section--home-interview{
  background-color: #f5f7fa;
  padding-bottom: 80px;
  overflow: hidden;
}

@media screen and (max-width: 959px){
  /* section--home-interview */
  .section--home-interview{
    padding-bottom: 50px;
  }
}

/* home-interview__heading */
.home-interview__heading {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.home-interview__heading__en {
  font-size: 42px;
  font-style: italic;
  letter-spacing: -.025em;
  color: #106fbd;
}
.home-interview__heading__en__emphasis {
  font-weight: 700;
}
.home-interview__heading__ja {
  font-size: 15px;
  letter-spacing: .1em;
  font-weight: 700;
  display: block;
  margin-top: 3px;
}
.home-interview__heading::after {
  content: '';
  width: 18px;
  height: 1px;
  background-color: #106fbd;
  position: absolute;
  bottom: 0;
  left: calc(50% - 9px);
}

@media screen and (max-width: 959px) {
  /* home-interview__heading */
  .home-interview__heading {
    padding-bottom: 10px;
  }
  .home-interview__heading__en {
    font-size: 30px;
  }
  .home-interview__heading__ja {
    font-size: 14px;
    margin-top: 0;
  }
}

.home-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.home-interview__list .slick-list {
  overflow: visible;
}

.home-interview__list .slick-arrow {
  background-color: #106fbd;
  width: 60px;
  height: 120px;
  -webkit-transform: translate(0, calc(-50% - 50px));
  transform: translate(0, calc(-50% - 50px));
  z-index: 10;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.home-interview__list .slick-arrow:focus {
  opacity: 1;
  background-color: #106fbd;
}

.home-interview__list .slick-arrow:hover {
  background-color: #106fbd;
  opacity: .8;
}

.home-interview__list .slick-prev {
  left: 0;
}

.home-interview__list .slick-prev::before {
  opacity: 1;
  content: '';
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 22px;
  height: 16px;
  background-image: url("../images/ico_arrow_right_white.svg");
  background-size: 22px 16px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-interview__list .slick-next {
  right: 0;
}

.home-interview__list .slick-next::before {
  opacity: 1;
  content: '';
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 22px;
  height: 16px;
  background-image: url("../images/ico_arrow_right_white.svg");
  background-size: 22px 16px;
  background-repeat: no-repeat;
}

.home-interview__list .slick-dots {
  margin-bottom: -30px;
}

.home-interview__list .slick-dots li {
  margin-left: 2px;
  margin-right: 2px;
  width: 45px;
  height: 5px;
}

.home-interview__list .slick-dots li button:before {
  content: '';
  width: 45px;
  height: 5px;
  background-color: #c8c8c8;
}

.home-interview__list .slick-dots li.slick-active button::before {
  background-color: #106fbd;
  opacity: 1;
}

.home-interview__list__item {
  position: relative;
}

.home-interview__list__item__anchor {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}

.home-interview__list__item__figure {
  overflow: hidden;
}

.home-interview__list__item__figure img {
  width: 100%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

a:hover .home-interview__list__item__figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.home-interview__list__item__occupation {
  display: inline-block;
  font-weight: 700;
  letter-spacing: .1em;
  font-size: 17px;
  background-color: #fcf33a;
  padding: 8px 20px;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  position: absolute;
  top: -10px;
  right: 7px;
}

@media screen and (max-width: 959px) {
  .home-interview__list__item__occupation {
    font-size: 14px;
  }
}

.home-interview__list__item__occupation__inner {
  display: block;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

.home-interview__list__item__hire {
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 959px) {
  .home-interview__list__item__hire {
    font-size: 13px;
  }
}

.home-interview__list__item__name {
  margin-top: 5px;
}

.home-interview__list__item__name__kanji {
  color: #106fbd;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .1em;
  font-style: italic;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 959px) {
  .home-interview__list__item__name__kanji {
    font-size: 18px;
    display: block;
  }
}

.home-interview__list__item__name__furigana {
  display: inline-block;
  font-size: 19px;
  font-style: italic;
  letter-spacing: .025em;
}

@media screen and (max-width: 959px) {
  .home-interview__list__item__name__furigana {
    display: block;
    font-size: 15px;
  }
}

.home-interview__list__item__name__furigana__emphasis {
  font-weight: 700;
}

.home-interview-button .home-work-list__item__columns__column__box__inner__button__anchor {
  margin-right: auto;
  margin-left: auto;
}

/*
.section--home-work:not(:first-child) {
  padding-top: 0;
}
*/


/*
.section--home-interview {
  padding-bottom: 100px;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .section--home-interview {
    padding-bottom: 50px;
  }
}

.section--home-interview:not(:first-child) {
  padding-top: 100px;
}

@media screen and (max-width: 959px) {
  .section--home-interview:not(:first-child) {
    padding-top: 50px;
  }
}
*/







