@charset "utf-8";

/* *****************************************************************************

  company style

***************************************************************************** */
/* company-link-area */
.company-link-area{
  background-color: #f5f7fa;
  padding: 80px 40px;
}
.company-link-area > .inner{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 959px){
  /* company-link-area */
  .company-link-area{
    padding: 50px 20px;
  }
}

/* company-link */
.company-link{
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px;
}
.company-link-item{
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.company-link-item-link{
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 23px;
  letter-spacing: .1em;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.company-link-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;
}
.company-link-item-link:hover:before{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.company-link-item-link-message:before{
  background: url(../images/company/img-company-link-message.jpg) center center no-repeat;
  background-size: cover;
}
.company-link-item-link-profile:before{
  background: url(../images/company/img-company-link-profile.jpg) center center no-repeat;
  background-size: cover;
}
.company-link-item-link-welfare:before{
  background: url(../images/company/img-company-link-welfare.jpg) center center no-repeat;
  background-size: cover;
}
.company-link-item-link-office:before{
  background: url(../images/company/img-company-link-office.jpg) center center no-repeat;
  background-size: cover;
}
.company-link-item-inner{
  position: relative;
  z-index: 1;
  margin-left: 24px;
  margin-right: auto;
  text-align: center;
  line-height: 24px;
  padding-right: 46px;
  background: url(../images/arrow-circle-blue.svg) right 1px center no-repeat;
  background-size: 24px auto;
}

@media screen and (max-width: 959px) {
  /* company-link */
  .company-link{
    margin-left: -10px;
    margin-right: -10px;
  }
  .company-link-item{
    padding-left: 10px;
    padding-right: 10px;
  }
  .company-link-item-link{
    margin-left: 16px;
    font-size: 20px;
    position: relative;
    overflow: hidden;
  }
  .company-link-item-inner{
    line-height: 20px;
    padding-right: 35px;
    background: url(../images/arrow-circle-blue.svg) right 1px center no-repeat;
    background-size: 20px auto;
  }
}

@media screen and (max-width: 760px){
  /* company-link */
  .company-link{
    display: block;
  }
  .company-link-item{
    margin-top: 20px;
  }
  .company-link-item:nth-child(1){
    margin-top: 0;
  }
  .company-link-item-link{
    height: 120px;
  }
}

/* *****************************************************************************

  /company/message.html

***************************************************************************** */
/* basic-message-box */
.basic-message-box{
  background-color: #f5f7fa;
  padding: 60px;
}
.basic-message-box-inner{
  background-color: #ffffff;
  padding: 80px 60px;
}
.basic-message-box-inner + .basic-message-box-inner{
  margin-top: 60px;
}
.basic-message-section-box{
  background-color: #ffffff;
}

@media screen and (max-width: 959px){
  /* basic-message-box */
  .basic-message-box{
    padding: 20px;
  }
  .basic-message-box-inner{
    padding: 20px;
  }
}

/* message-president-box */
.message-president-box-inner{
  display: flex;
  flex-direction: row-reverse;
}
.message-president-box-img-wrap{
  width: 36.5854%;
}
.message-president-box-img > img{
  width: 100%;
}
.message-president-box-primary{
  padding-left: 60px;
  width: 63.4146%;
}
.message-president-box-catch{
  color: #106fbd;
  font-size: 19px;
  line-height: 1.32;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.message-president-box-text{
  letter-spacing: 0.05em;
  line-height: 2em;
}
.message-president-box-text > p{
  margin-top: 2em;
}
.message-president-box-name{
  text-align: right;
  margin-top: 2em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 959px){
  /* basic-message-box */
  .message-president-box-img-wrap{
    width: 280px;
  }
  .message-president-box-primary{
    padding-left: 40px;
  }
}

@media screen and (max-width: 760px){
  /* message-president-box */
  .message-president-box-inner{
    display: block;
  }
  .message-president-box-img-wrap{
    width: 100%;
  }
  .message-president-box-primary{
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}

/* message-philosophy-heading */
.message-philosophy-heading{
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 959px){
  /* message-philosophy-heading */
  .message-philosophy-heading{
    font-size: 24px;
  }
}

/* message-philosophy-list */
.message-philosophy-list{
  margin-top: 40px;
  counter-reset: ol_li;
}
.message-philosophy-list-item{
  position: relative;
  padding-left: 70px;
}
.message-philosophy-list-item:before{
  position: absolute;
  top: 18px;
  left: 0;
  display: inline-block;
  counter-increment: ol_li;
  content: counter(ol_li);
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 62px;
  color: #106fbd;
  font-weight: 300;
}
.message-philosophy-list-item-inner-heading{
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 700;
  color: #106fbd;
}
.message-philosophy-list-item-inner-paragraph{
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.75em;
}
.message-philosophy-list-item:not(:first-child){
  padding-top: 40px;
  border-top: 1px solid #d9dbde;
}
.message-philosophy-list-item:not(:first-child):before{
  top: 58px;
}
.message-philosophy-list-item:not(:last-child){
  padding-bottom: 36px;
}

@media screen and (max-width: 959px){
  /* message-philosophy-list */
  .message-philosophy-list-item{
    padding-left: 40px;
  }
  .message-philosophy-list-item:before{
    font-size: 34px;
    top: 6px;
  }
  .message-philosophy-list-item-inner-heading{
    font-size: 17px;
  }
  .message-philosophy-list-item-inner-paragraph{
    font-size: 14px;
  }
  .message-philosophy-list-item:not(:first-child){
    padding-top: 30px;
  }
  .message-philosophy-list-item:not(:first-child):before{
    top: 36px;
  }
  .message-philosophy-list-item:not(:last-child){
    padding-bottom: 30px;
  }
}

/* message-slogan-copy */
.message-slogan-copy{
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  text-align: center;
}
.message-slogan-copy-ja{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.428571429em;
  text-align: center;
  margin-top: 12px;
}

@media screen and (max-width: 959px){
  /* message-slogan-copy */
  .message-slogan-copy{
    font-size: 28px;
  }
  .message-slogan-copy-ja{
    font-size: 22px;
  }
}

/* figure-guidelines */
.figure-guidelines{
  text-align: center;
  padding: 60px;
}
.figure-guidelines > img{
  max-width: 380px;
  width: 100%;
}

@media screen and (max-width: 959px){
  /* figure-guidelines */
  .figure-guidelines{
    padding: 30px;
  }
}

/* guidelines-list */
.guidelines-list{
  border-top: 30px solid #f5f7fa;
  display: flex;
}
.guidelines-list-item{
  width : 33.33333%;
  border-left: 15px solid #f5f7fa;
  border-right: 15px solid #f5f7fa;
}
.guidelines-list-item:first-child{
  border-left: none;
}
.guidelines-list-item:last-child{
  border-right: none;
}
.guidelines-list-item-inner{
  padding: 40px 30px;  
}
.guidelines-list-item-title{
  color: #106fbd;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.12em;
  font-size: 19px;
  text-align: center;
  position: relative;
  line-height: 1;
  margin-bottom: 40px;
}
.guidelines-list-item-title:after{
  content: '';
  width: 20px;
  height: 1px;
  background-color: #106fbd;
  position: absolute;
  bottom: -22px;
  left: calc(50% - 10px);
}
.guidelines-list-item-catch{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1.3;
}
.guidelines-list-item-text{
  font-size: 14px;
  line-height: 2;
  margin-top: 25px;
}

@media screen and (max-width: 959px){
  /* guidelines-list */
  .guidelines-list{
    display: block;
    border-top: 10px solid #f5f7fa;
  }
  .guidelines-list-item{
    width : 100%;
    border-left: none;
    border-right: none;
    border-top: 10px solid #f5f7fa;
  }
  .guidelines-list-item:nth-child(1){
    border-top: none;;
  }
}

.profile-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
}

.heading-rich + .profile-heading {
  margin-top: 60px;
}

.profile-heading__title {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
}

.profile-heading__button .button--text {
  margin-top: 0;
}

.profile-heading + .table--list:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 959px){
  .profile-heading {
    flex-wrap: wrap;
    text-align: center;
    margin-top: 50px;
  }

  .heading-rich + .profile-heading {
    margin-top: 30px;
  }

  .profile-heading__title {
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
  }

  .profile-heading__button {
    width: 100%;
  }

  .profile-heading + .table--list:not(:first-child) {
    margin-top: 30px;
  }  
}

.welfare-intro {
  margin-bottom: 80px;
}

.welfare-box {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -10px;
}

.welfare-box__item {
  margin: 40px 10px;
  width: calc(33.333% - 20px);
}

.welfare-box__item--half {
  width: calc(50% - 20px);
}

.welfare-box__item__image {
  line-height: 0;
}

.welfare-box__item__image img {
  width: 100%;
}

.welfare-box__item .heading-5 {
  margin-top: 20px;
  margin-bottom: 0;
}

.welfare-box__item .paragraph {
  margin-top: 20px;
}

@media screen and (max-width: 959px){
  .welfare-intro {
    margin-bottom: 40px;
  }

  .welfare-box {
    margin: -20px 0;
  }

  .welfare-box__item {
    margin: 20px 0;
    width: 100%;
  }
}


.office-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.office-list__list {
  margin: 20px;
  width: calc(50% - 40px);
}

.office-list__item {
  display: block;
}

.office-list__item__image > img {
  width: 100%;
}

.office-list__item__info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}

.office-list__item__info__text {
  flex: 1;
}

.office-list__item__info__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.office-list__item__info__button {
  width: 120px;
}

.office-list__item__info__button .button--input {
  margin-top: 0;
}

.office-list__item__info__button .button--input__anchor {
  background-position: right 10px top 50%;
  font-size: 15px;
  padding: 10px 20px 10px 10px;
}

@media screen and (max-width: 959px){
  .office-list {
    flex-wrap: wrap;
    margin: -20px 0;
  }

  .office-list__list {
    margin: 20px 0;
    width: 100%;
  }
  
  .office-list__item__info {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .office-list__item__info__text {
    flex: 0 1 auto;
    width: 100%;
  }

  .office-list__item__info__button {
    margin-top: 10px;
    width: 100%;
  }
  
}

.office-detail-main__inner {
  display: flex;
}

.office-detail-main__text {
  flex: 1;
  margin-left: 40px;
}

.office-detail-main__image {
  order: -1;
  width: 510px;
}

.office-detail-main__image img {
  width: 100%;
}

.office-detail-point {
  display: flex;
  margin: -10px;
}

.office-detail-point__item {
  margin: 10px;
  width: calc(33.333% - 20px);
}

.office-detail-point__image img {
  width: 100%;
}

.office-detail-point__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin: 20px 0;
}

.office-detail-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.office-detail-gallery__item {
  margin: 10px;
  width: calc(25% - 20px);
}

.office-detail-gallery__item img {
  width: 100%;
}

.office-detail-message__inner {
  display: flex;
}

.office-detail-message__text {
  flex: 1;
  margin-left: 40px;
}

.office-detail-message__text:last-child {
  margin-left: 0;
}

.office-detail-message__name {
  font-weight: 700;
  text-align: right;
}

.office-detail-message__image {
  order: -1;
  width: 400px;
}

.office-detail-message__image img {
  width: 100%;
}

@media screen and (max-width: 959px){
  .office-detail-main__inner {
    flex-wrap: wrap;
  }
  
  .office-detail-main__text {
    flex: 0 1 auto;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }

  .office-detail-main__text:last-child {
    margin-top: 0;
  }
  
  .office-detail-main__image {
    width: 100%;
  }

  .office-detail-point {
    flex-wrap: wrap;
    margin: -10px 0;
  }
  
  .office-detail-point__item {
    margin: 10px 0;
    width: 100%;
  }
  
  .office-detail-point__title {
    font-size: 16px;
    margin: 10px 0;
  }  

  .office-detail-gallery__item {
    width: calc(50% - 20px);
  }

  .office-detail-message__inner {
    flex-wrap: wrap;
  }
  
  .office-detail-message__text {
    flex: 0 1 auto;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  
  .office-detail-message__image {
    width: 100%;
  }

}



/* section--home-job */
.section--home-job{
  background-color: #f5f7fa;
  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: auto;
  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");
}
.home-img-nav-item-jobs .home-img-nav-item-link:before {
  background-image: url("../images/home/img-nav-jobs.jpg");
}
.home-img-nav-item-interview .home-img-nav-item-link:before {
  background-image: url("../images/home/img-nav-interview.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{
    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{
    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;
  }
}