@import url(https://fonts.googleapis.com/css?family=Lato:300&display=swap);

/*
============================================================ */
/* public
============================================================ */
figure {
  margin: 0px;
}
#article {
  overflow: hidden;
}
#article *,
#article *:before,
#article *:after {
  box-sizing: border-box;
}


/* rec-content
============================================================ */
.rec-content__ttl {
  color: #cc0033;
}
.rec-content__ttl * {
  display: block;
  font-weight: normal;
}
.rec-content__ttl .main {
  font-weight: 100;
}
.rec-content__btn .com-btn-basic {
  font-weight: normal;
  text-align: left;
}

@media screen and (min-width: 1141px) {
  .rec-content__ttl {
    margin-bottom: 40px;
  }
  .rec-content__ttl .main {
    font-size: 7.2rem;
  }
  .rec-content__ttl .sub {
    margin-top: 1.5em;
    font-size: 1.6rem;
  }
  .rec-content__text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1140px) {
  .rec-content__ttl {
    margin-bottom: 2rem;
  }
  .rec-content__ttl .main {
    font-size: 3.6rem;
  }
  .rec-content__ttl .sub {
    margin-top: 1em;
    font-size: 1.3rem;
  }
  .rec-content__text {
    margin-bottom: 2rem;
  }
  .rec-content__image {
    margin-bottom: 2.5rem;
  }
}


/* rec-entry
============================================================ */
.rec-entry {
  background: #f7ebef;
}

@media screen and (min-width: 1141px) {
  .rec-entry {
    margin-top: 250px;
    padding-bottom: 110px;
  }
  .rec-entry .rec-content__image {
    margin-bottom: 50px;
  }
  .rec-entry .rec-content__image img {
    margin-top: -120px;
  }
  .rec-entry .rec-content-inner {
    display: flex;
    justify-content: space-between;
  }
  .rec-entry .rec-content-inner > * {
    width: 50%;
  }
}

@media screen and (max-width: 1140px) {
  .rec-entry {
    margin-top: 10rem;
    padding-bottom: 5rem;
  }
  .rec-entry .rec-content__image img {
    margin-top: -5rem;
  }
}


/* rec-article
============================================================ */
.rec-article-header-outer {
  position: relative;
}
.rec-article-header-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rec-article-header__image > div {
  width: 100%;
  background: no-repeat center center / cover;
}
.rec-article-header-inner .sec-inner {
  height: 100%;
}
.rec-article-header__desc {
  color: #cc0033;
  background: #fdf2f5;
}
.rec-article-header__ttl-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cc0033;
  background: #fff;
  transform: translate(-50%, 50%);
}
.rec-article-header__ttl-wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  border-bottom: 4px solid;
  transform: translateX(-50%);
}
.rec-article-header__ttl {
  color: #cc0033;
  text-align: center;
}
.rec-article-header__ttl * {
  display: block;
  font-weight: normal;
}
.rec-article-header__ttl .main {
  font-weight: 100;
}

@media screen and (min-width: 1141px) {
  .rec-article-header-outer {
    margin-bottom: 75px;
  }
  .rec-article-header__image > div {
    height: 660px;
  }
  .rec-article-header__ttl-wrap {
    width: 680px;
    height: 150px;
  }
  .rec-article-header__ttl .main {
    font-size: 3.6rem;
  }
  .rec-article-header__ttl .sub {
    margin-top: 1.5em;
    font-size: 1.6rem;
  }
  .rec-article-header__desc {
    padding: 110px 0 70px;
    margin-top: -75px;
  }
  .rec-article-inner {
    padding-top: 120px;
  }
}

@media screen and (max-width: 1140px) {
  .rec-article-header-outer {
    margin-bottom: 5rem;
  }
  .rec-article-header__image > div {
    min-height: 250px;
    height: calc(660 / 1600 * 100vw);
  }
  .rec-article-header__ttl-wrap {
    width: calc(100% - 3rem);
    height: 10rem;
  }
  .rec-article-header__ttl .main {
    font-size: 3rem;
  }
  .rec-article-header__ttl .sub {
    margin-top: 1em;
    font-size: 1.3rem;
  }
  .rec-article-header__desc {
    padding: 8rem 0 3rem;
    margin-top: -5rem;
  }
  .rec-article-inner {
    padding-top: 5rem;
  }
}



/*
============================================================ */
/* top
============================================================ */

/* top-kv
============================================================ */
.top-kv {
  position: relative;
}
.top-kv-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.top-kv-textbox {
  position: relative;
}
.top-kv__sub {
  font-weight: bold;
  color: #cc0033;
  letter-spacing: .1em;
}

@media screen and (min-width: 1141px) {
  .top-kv-textbox {
    display: flex;
    justify-content: flex-end;
    transform: translateY(80px);
  }
  .top-kv__sub {
    position: absolute;
    top: 0;
    left: 100%;
    line-height: 1.2;
    transform-origin: left top;
    transform: rotate(90deg);
  }
  .top-kv__copy {
    margin-right: .75em;
    font-size: 4rem;
    line-height: 1.6;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 1140px) {
  .top-kv-textbox {
    transform: translateY(2rem);
  }
  .top-kv__copy {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

/* top-lead
============================================================ */
.top-lead .sec-inner {
  position: relative;
}
.top-lead-inner {
  border-top: 5px solid #cc0033;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}
.top-lead__image {
  position: relative;
}

@media screen and (min-width: 1141px) {
  .top-lead {
    margin: 120px 0 170px;
  }
  .top-leader__image-01 {
    width: 680px;
    margin: 0 0 0 auto;
  }
  .top-leader__image-02 {
    position: absolute;
    bottom: -50px;
    left: -100px;
    width: 200px;
  }
  .top-leader__image-03 {
    position: absolute;
    bottom: -25px;
    right: -100px;
    width: 222px;
  }
  .top-lead-inner {
    position: absolute;
    top: -170px;
    left: 0;
    width: 580px;
    padding: 70px 80px;
  }
  .top-lead__ttl {
    line-height: 2;
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 1140px) {
  .top-lead {
    margin: 5rem 0;
  }
  .top-leader__image-01 {
    margin-left: 10%;
  }
  .top-leader__image-02 {
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 20%;
  }
  .top-leader__image-03 {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 25%;
  }
  .top-lead-inner {
    margin-top: 4rem;
    padding: 2rem 1.5rem;
  }
  .top-lead__ttl {
    line-height: 1.6;
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
}


/* top-staff
============================================================ */
.top-staff {
  color: #fff;
  background: #cc0033;
}
.top-staff .rec-content__ttl {
  color: inherit;
}
.top-staff .rec-content__btn .com-btn-basic {
  border: 1px solid;
}

@media screen and (min-width: 1141px) {
  .top-staff {
    margin: 250px 0 120px;
    padding-bottom: 110px;
  }
  .top-staff .rec-content__image {
    margin-bottom: 50px;
  }
  .top-staff .rec-content__image img {
    margin-top: -120px;
  }
  .top-staff .rec-content-inner {
    display: flex;
    justify-content: space-between;
  }
  .top-staff .rec-content-inner > * {
    width: 50%;
  }
}

@media screen and (max-width: 1140px) {
  .top-staff {
    margin: 10rem 0 5rem;
    padding-bottom: 5rem;
  }
  .top-staff .rec-content__image img {
    margin-top: -5rem;
  }
}


/* top-crosstalk
============================================================ */
.top-crosstalk {
  overflow: hidden;
}
.top-crosstalk .rec-content__image {
  position: relative;
  z-index: 0;
}
.top-crosstalk .rec-content__image:before {
  content: "";
  display: block;
  position: absolute;
  background: #f7ebef;
  z-index: -1;
}

@media screen and (min-width: 1141px) {
  .top-crosstalk {
    margin-bottom: 100px;
  }
  .top-crosstalk .sec-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-crosstalk .sec-inner > * {
    width: 50%;
  }
  .top-crosstalk .rec-content__image {
    padding: 40px 0;
    padding-left: calc(80 / 1600 * 100vw);
    order: 1;
  }
  .top-crosstalk .rec-content__image:before {
    top: 0;
    left: 240px;
    height: 100%;
    width: 50vw;
  }
  .top-crosstalk .rec-content__image img {
    max-width: 735px;
    width: calc(735 / 1600 * 100vw);
  }
}

@media screen and (max-width: 1140px) {
  .top-crosstalk {
    margin-bottom: 5rem;
  }
  .top-crosstalk .rec-content__image {
    padding: 2rem 0;
  }
  .top-crosstalk .rec-content__image:before {
    top: 0;
    right: -1.5rem;
    width: 80%;
    height: 100%;
  }
}


/* top-guideline
============================================================ */
.top-guideline {
  overflow: hidden;
}
.top-guideline .rec-content__image {
  position: relative;
  z-index: 0;
}
.top-guideline .rec-content__image:before {
  content: "";
  display: block;
  position: absolute;
  background: #f7ebef;
  z-index: -1;
}
@media screen and (min-width: 1141px) {
  .top-guideline .sec-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-guideline .sec-inner > * {
    width: 50%;
  }
  .top-guideline .rec-content__image {
    padding: 40px 0;
    padding-right: calc(80 / 1600 * 100vw);
  }
  .top-guideline .rec-content__image:before {
    top: 0;
    right: 240px;
    height: 100%;
    width: 50vw;
  }
  .top-guideline .rec-content__image img {
    width: calc(735 / 1600 * 100vw);
    max-width: 735px;
    margin-left: 100%;
    transform: translateX(-100%);
  }
  .top-guideline .rec-content-inner {
    text-align: right;
  }
  .top-guideline .rec-content__text {
    text-align: left;
  }
}

@media screen and (max-width: 1140px) {
  .top-guideline .rec-content__image {
    padding: 2rem 0;
  }
  .top-guideline .rec-content__image:before {
    top: 0;
    left: -1.5rem;
    width: 80%;
    height: 100%;
  }
}




/*
============================================================ */
/* crosstalk
============================================================ */

#recruit.crosstalk .rec-article-header__image > div {
  background-position-x: right;
}

/* crosstalk-member
============================================================ */
.crosstalk__lead {
  line-height: 1.4;
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #cc0033;
}
.crosstalk-member {
  display: flex;
  justify-content: center;
}
.crosstalk-member__item {
  text-align: center;
  color: #111;
}
.crosstalk-member__item__image {
  margin-bottom: 1.5em;
}
.crosstalk-member__item__image img {
  border-radius: 50%;
}
.crosstalk-member__item__name {
  margin-bottom: .5em;
}
.crosstalk-member__item__name > * {
  display: block;
}
.crosstalk-member__item__name .main {
  font-weight: bold;
}

@media screen and (min-width: 1141px) {
  .crosstalk__lead {
    font-size: 2.8rem;
  }
  .crosstalk-member__item {
    margin: 0 30px;
  }
  .crosstalk-member__item__image {
    width: 164px;
  }
  .crosstalk-member__item__name .main {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1140px) {
  .crosstalk__lead {
    font-size: 1.6rem;
  }
  .crosstalk-member {
    flex-wrap: wrap;
    margin: -1.5rem -1.5rem 0;
  }
  .crosstalk-member__item {
    margin: 1.5rem .5rem 0;
    width: 11rem;
    font-size: 1.1rem;
  }
  .crosstalk-member__item__name .main {
    font-size: 1.4rem;
  }
}


/* crosstalk
============================================================ */
.crosstalk__ttl {
  line-height: 1.6;
  color: #cc0033;
}
.crosstalk__ttl span {
  position: relative;
  display: inline-block;
  padding-left: 2.5em;
  text-align: left;
}
.crosstalk__ttl i {
  position: absolute;
  top: .8em;
  left: 0;
  display: block;
  width: 1.8em;
  padding-top: 1.8em;
  font-style: normal;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background: #cc0033;
  transform: translateY(-50%);
}
.crosstalk__ttl i:before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 66.66%;
  transform: translate(-50%, -50%);
}
.crosstalk-comment__item {
  display: flex;
  justify-content: space-between;
}
.crosstalk-comment__item__icon {
  text-align: center;
}
.crosstalk-comment__item__icon figcaption {
  font-weight: bold;
}

@media screen and (min-width: 1141px) {
  .crosstalk__ttl {
    margin-bottom: 50px;
    font-size: 2.4rem;
    text-align: center;
  }
  .crosstalk-comment-wrap {
    display: flex;
    justify-content: space-between;
  }
  .crosstalk-comment-wrap + .crosstalk-comment-wrap {
    margin-top: 70px;
  }
  .crosstalk-comment {
    width: 560px;
  }
  .crosstalk-comment__item__icon {
    width: 85px;
  }
  .crosstalk-comment__item__icon figcaption {
    margin-top: 1em;
  }
  .crosstalk-comment__item__text {
    width: calc(100% - 135px);
  }
  .crosstalk-comment__image {
    width: calc(100% - 560px);
  }
  .crosstalk-comment__image img {
    max-width: 650px;
    width: calc(650 / 1600 * 100vw);
  }
  .crosstalk-comment-wrap:nth-child(odd) .crosstalk-comment__image {
    padding-left: calc(70 / 1600 * 100vw);
  }
  .crosstalk-comment-wrap:nth-child(even) .crosstalk-comment {
    order: 1;
  }
  .crosstalk-comment-wrap:nth-child(even) .crosstalk-comment__image {
    padding-right: calc(70 / 1600 * 100vw);
    padding-bottom: 60px;
  }
  .crosstalk-comment-wrap:nth-child(even) .crosstalk-comment__image img {
    margin-left: 100%;
    transform: translateX(-100%);
  }
  .crosstalk-comment__item + .crosstalk-comment__item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1140px) {
  .crosstalk__ttl {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
  .crosstalk-comment-wrap + .crosstalk-comment-wrap {
    margin-top: 2.5rem;
  }
  .crosstalk-comment__item__icon {
    width: 6rem;
  }
  .crosstalk-comment__item__text {
    width: calc(100% - 7rem);
  }
  .crosstalk-comment__image {
    margin-top: 2.5rem;
  }
  .crosstalk-comment__item + .crosstalk-comment__item {
    margin-top: 2rem;
  }
}


/* crosstalk-interval
============================================================ */
.crosstalk-interval__image {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1141px) {
  .crosstalk-interval {
    margin: 120px 0;
  }
}

@media screen and (max-width: 1140px) {
  .crosstalk-interval {
    margin: 5rem 0;
  }
}


/*
============================================================ */
/* staff
============================================================ */

/* staff index
============================================================ */
@media screen and (min-width: 1141px) {
  #recruit.staff.index .rec-article-inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1140px) {
  #recruit.staff.index .rec-article-inner {
    padding-top: 2rem;
  }
}


/* staff-list
============================================================ */
.staff-list__lead {
  line-height: 1.4;
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #cc0033;
}
.staff-list__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.staff-list__item__image {
  position: relative;
}
.staff-list__item__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  transition: .3s ease;
}
.staff-list__item.current a .staff-list__item__image:before,
.staff-list__item a:hover .staff-list__item__image:before {
  border-color: #cc0033;
}
.staff-list__item__prof {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  background: #cc0033;
  transform: translateY(-50%);
}
.staff-list__item__copy {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid;
  font-weight: bold;
  color: #cc0033;
}
.staff-list__item__name * {
  display: block;
}
.staff-list__item__name .main {
  font-weight: bold;
}

@media screen and (min-width: 1141px) {
  .staff-list__lead {
    font-size: 3rem;
  }
  .staff-list ul {
    display: flex;
    justify-content: space-between;
  }
  .staff-list__item {
    /*width: 30.5%;*/
    width: 48%;
  }
  .staff-list__item__prof {
    width: 205px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .staff-list__item__copy {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1140px) {
  .staff-list__lead {
    font-size: 1.6rem;
  }
  .staff-list {
    max-width: 600px;
    margin: 0 auto;
  }
  .staff-list__item + .staff-list__item {
    margin-top: 5rem;
  }
  .staff-list__item__prof {
    width: 20rem;
    line-height: 3;
    margin: 0 auto;
  }
  .staff-list__item__copy {
    font-size: 1.6rem;
  }
}


/* staff detail
============================================================ */
@media screen and (min-width: 1141px) {
  #recruit.staff.detail .rec-article-header__desc {
    font-size: 2rem;
  }
}


/* staff__ttl
============================================================ */
.staff__ttl-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.staff__ttl {
  position: relative;
  padding-bottom: .75em;
  color: #cc0033;
  font-weight: 100;
}
.staff__ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.25em;
  border-bottom: 1px solid;
}
.staff__ttl small {
  font-size: 50%;
}
.staff__copy span {
  display: inline-block;
  background: #fff;
  padding: 0 .5em;
  letter-spacing: .1em;
}
.staff__copy br + span {
  margin-top: .5em;
}
.staff-info__name .main {
  font-weight: bold;
  margin-right: .25em;
}

@media screen and (min-width: 1141px) {
  .staff__ttl-wrap {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .staff__ttl {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
  .staff__copy span {
    font-size: 3.6rem;
  }
  .staff-info__name .main {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1140px) {
  .staff__ttl-wrap {
    margin: 0 auto;
    padding: 0 1.5rem 5rem;
  }
  .staff__ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .staff__copy span {
    font-size: 1.4rem;
  }
  .staff-info__name .main {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 500px) {
  #recruit.staff01 .rec-article-header__image > div {
    background-position-x: 20%;
  }
  #recruit.staff03 .rec-article-header__image > div {
    background-position-x: 70%;
  }
}


/* staff-faq
============================================================ */
.staff-faq__item__ttl {
  position: relative;
  padding-left: 3em;
  margin-bottom: 1em;
  line-height: 1.6;
  color: #cc0033;
}
.staff-faq__item__ttl i {
  position: absolute;
  top: .8em;
  left: 0;
  display: block;
  width: 1.8em;
  padding-top: 1.8em;
  font-style: normal;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background: #cc0033;
  transform: translateY(-50%);
}
.staff-faq__item__ttl i:before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 66.66%;
  transform: translate(-50%, -50%);
}
.staff-faq__item__conetnt strong {
  color: #cc0033;
}

@media screen and (min-width: 1141px) {
  .staff-faq {
    margin-bottom: 120px;
  }
  .staff-faq-inner {
    display: flex;
    justify-content: space-between;
  }
  .staff-faq-list {
    width: 560px;
  }
  .staff-faq__image {
    width: calc(100% - 560px);
  }
  .staff-faq__image img {
    max-width: 500px;
    width: calc(500 / 1600 * 100vw);
  }
  .staff-faq-odd .staff-faq-list {
    order: 1;
  }
  .staff-faq-odd .staff-faq__image {
    padding-right: calc(170 / 1600 * 100vw);
    padding-bottom: 60px;
  }
  .staff-faq-odd .staff-faq__image img {
    margin-left: 100%;
    transform: translateX(-100%);
  }
  .staff-faq-odd .staff-faq__image img {
    box-shadow: -60px 60px 0 0 #cc0033;
  }
  .staff-faq-even {
    padding-top: 60px;
  }
  .staff-faq-even .staff-faq__image {
    padding-left: calc(170 / 1600 * 100vw);
  }
  .staff-faq-even .staff-faq__image img {
    box-shadow: 60px -60px 0 0 #cc0033;
  }
  .staff-faq__item + .staff-faq__item {
    margin-top: 40px;
  }
  .staff-faq__item__ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1140px) {
  .staff-faq {
    margin-bottom: 5rem;
  }
  .staff-faq__image {
    max-width: 500px;
    margin-top: 2.5rem;
  }
  .staff-faq-odd .staff-faq__image {
    padding: 0 0 3rem 1.5rem;
  }
  .staff-faq-odd .staff-faq__image img {
    box-shadow: -3rem 3rem 0 0 #cc0033;
  }
  .staff-faq-even .staff-faq__image {
    padding: 3rem 1.5rem 0 0;
    margin-left: auto;
  }
  .staff-faq-even .staff-faq__image img {
    box-shadow: 3rem -3rem 0 0 #cc0033;
  }
  .staff-faq__item + .staff-faq__item {
    margin-top: 2rem;
  }
  .staff-faq__item__ttl {
    font-size: 1.6rem;
  }
}


/* staff-interval
============================================================ */
.staff-interval__image {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1141px) {
  .staff-interval {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 1140px) {
  .staff-interval {
    margin-bottom: 5rem;
  }
}


/* staff-message
============================================================ */
.staff-message-inner {
  position: relative;
}
.staff-message-inner:before,
.staff-message-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  border: 2px solid #cc0033;
}
.staff-message-inner:before {
  left: 0;
  border-right: none;
}
.staff-message-inner:after {
  right: 0;
  border-left: none;
}
.staff-message__ttl {
  color: #cc0033;
  text-align: center;
}
.staff-message__ttl * {
  display: block;
  font-weight: normal;
}
.staff-message__ttl .main {
  font-weight: 100;
}
.staff-message__text {
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (min-width: 1141px) {
  .staff-message {
    margin-bottom: 120px;
  }
  .staff-message-inner {
    padding: 50px 0;
  }
  .staff-message-inner:before,
  .staff-message-inner:after {
    width: 30px;
  }
  .staff-message__ttl {
    margin-bottom: 40px;
  }
  .staff-message__ttl .main {
    font-size: 7.2rem;
  }
  .staff-message__ttl .sub {
    margin-top: 1.5em;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1140px) {
  .staff-message {
    margin-bottom: 5rem;
  }
  .staff-message-inner {
    padding: 3rem 2rem;
  }
  .staff-message-inner:before,
  .staff-message-inner:after {
    width: 1.5rem;
  }
  .staff-message__ttl {
    margin-bottom: 2rem;
  }
  .staff-message__ttl .main {
    font-size: 3.6rem;
  }
  .staff-message__ttl .sub {
    margin-top: 1em;
    font-size: 1.3rem;
  }
}


/* staff__btn-back
============================================================ */
.staff__btn-back {
  text-align: center;
}
.staff__btn-back .com-btn-basic.arrow-right span::before,
.staff__btn-back .com-btn-basic.arrow-right span::after {
  left: 0;
  right: auto;
  transform: scale(-1, 1) translateY(-50%);
}
@media screen and (min-width: 1141px) {
  .staff__btn-back {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1140px) {
  .staff__btn-back {
    margin-top: 5rem;
  }
}
