@charset "UTF-8";
@import url(//use.typekit.net/giu3oby.css);
@import url(alumni_recruiting.css);
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: nimbus-sans, yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1.3em;
  background: #fff;
  color: #000;
  line-height: 1.5;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
a.hvop {
  transition: opacity 0.3s ease;
}
a.hvop:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.disp-tab {
  display: none;
}

.disp-sp {
  display: none;
}

::selection {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .disp-tab {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  a.hvop:hover {
    opacity: 1;
  }

  .disp-pc {
    display: none;
  }

  .disp-sp {
    display: block;
  }
}
/*------------------------------------------
  modules
------------------------------------------*/
.l-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-grid-col-2 .l-grid-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.l-grid-col-2 .l-grid-item:nth-child(2n) {
  margin-right: 0;
}

.l-grid-col-3 .l-grid-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.l-grid-col-3 .l-grid-item:nth-child(3n) {
  margin-right: 0;
}

.l-grid-col-4 .l-grid-item {
  width: 23%;
  margin-right: 2.6666%;
  margin-bottom: 4%;
}
.l-grid-col-4 .l-grid-item:nth-child(4n) {
  margin-right: 0;
}

/* inner style */
.l-inner__type01 {
  padding-left: 7.8125vw;
  padding-right: 7.8125vw;
}
.l-inner__type02 {
  max-width: 1440px;
  margin: auto;
}

/* btn style */
.m-btn__type01 {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 1.2rem;
  transition: 0.6s 0.2s;
  line-height: 1.1;
  padding-bottom: 4px;
  padding-right: 0.5em;
}
.m-btn__type01 span {
  position: relative;
}
.m-btn__type01:before {
  position: absolute;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #000;
  right: 0;
  left: auto;
}
.m-btn__type01:hover {
  color: #fff;
}
.m-btn__type01:hover:before {
  width: 100%;
  left: 0;
}
.m-btn__type02 {
  display: block;
  color: #fff;
  background: #000;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 11px 0;
  text-align: center;
}
.m-btn__type02 strong {
  font-size: 1.3rem;
  font-weight: normal;
}
.m-btn__type03 {
  width: 80px;
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 1.2rem;
  transition: 0.6s 0.2s;
  line-height: 1.1;
  background: #fff;
  border: 2px solid #000;
  padding: 10px 0;
}
.m-btn__type03 span {
  position: relative;
}
.m-btn__type03:before {
  position: absolute;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #000;
  right: 0;
  left: auto;
}
.m-btn__type03:hover {
  color: #fff;
}
.m-btn__type03:hover:before {
  width: 100%;
  left: 0;
}
.m-btn__type04 {
  display: block;
  color: #fff;
  background: #000;
  text-decoration: none;
  font-size: 1.2rem;
  box-sizing: border-box;
  padding: 8.5px 0;
  transition: 0.6s 0.2s;
  text-align: center;
  position: relative;
  border: 1px solid #000;
}
.m-btn__type04 span {
  position: relative;
}
.m-btn__type04 strong {
  font-size: 1.3rem;
  font-weight: normal;
}
.m-btn__type04:before {
  position: absolute;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #fff;
  right: 0;
  left: auto;
}
.m-btn__type04:hover {
  color: #000;
}
.m-btn__type04:hover:before {
  width: 100%;
  left: 0;
}
.m-btn__type05 {
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-size: 1.2rem;
  transition: 0.6s 0.2s;
  line-height: 1.1;
  background: #fff;
  border: 1px solid #000;
  padding: 11.5px 0;
  box-sizing: border-box;
}
.m-btn__type05 span {
  position: relative;
}
.m-btn__type05:before {
  position: absolute;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #000;
  right: 0;
  left: auto;
}
.m-btn__type05:hover {
  color: #fff;
}
.m-btn__type05:hover:before {
  width: 100%;
  left: 0;
}
.m-btn__type06 {
  display: block;
  background: #fff;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 11px 0;
  text-align: center;
}
.m-btn__type06 strong {
  font-size: 1.3rem;
  font-weight: normal;
}

.f-en {
  font-family: soleil, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
}

.f-enB {
  font-family: soleil, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ac-trigger {
  cursor: pointer;
}

.ac-contents {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* inner style */
  .l-inner__type01 {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* btn style */
  .m-btn__type01 {
    padding: 0;
    font-size: 1rem;
    text-decoration: underline;
  }
  .m-btn__type01:hover {
    color: #000;
  }
  .m-btn__type01:hover:before {
    content: none;
  }
  .m-btn__type02 {
    padding: 15px 0;
  }
  .m-btn__type03 {
    width: 60px;
    font-size: 1rem;
    border: 1px solid #000;
    padding: 6px 0;
  }
  .m-btn__type03:before {
    content: none;
  }
  .m-btn__type03:hover {
    color: #000;
  }
  .m-btn__type04 {
    border: 1px solid #000;
    padding: 15px 0;
  }
  .m-btn__type04:before {
    content: none;
  }
  .m-btn__type04:hover {
    color: #fff;
  }
  .m-btn__type05 {
    padding: 17px 0;
  }
  .m-btn__type05:before {
    content: none;
  }
  .m-btn__type05:hover {
    color: #000;
  }
  .m-btn__type06 {
    padding: 15px 0;
  }
}
/*------------------------------------------
  header
------------------------------------------*/
.page-header {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: calc(7.8125vw + 7%);
  max-width: 190px;
  padding: 30px 0;
  box-sizing: border-box;
  z-index: 10;
}
.page-header__inner {
  position: relative;
  height: 100%;
  width: 10.9375vw;
  max-width: 140px;
  margin: auto;
}

.header-logo {
  max-width: 150px;
}
.header-logo a {
  display: block;
  text-decoration: none;
}
.header-logo .alumni-recruiting-logo{
  display: none;
}
.header-text {
  font-size: 1.2rem;
  font-family: soleil, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.header-btn a {
  max-width: 110px;
  margin-top: 8px;
}

.global-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.global-nav__list li {
  margin-bottom: 8px;
}
.global-nav__list li:last-child {
  margin-bottom: 0;
}

.BD-home .page-header, .BD-jinji .page-header {
  transform: translateX(-10%);
  transition: 0.4s;
  opacity: 0;
}
.BD-home .page-header-in, .BD-jinji .page-header-in {
  transform: translateX(0);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .page-header {
    z-index: 10;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 0;
  }
  .page-header__inner {
    width: 100%;
    max-width: 100%;
  }

  .header-logo {
    position: relative;
    z-index: 10;
  }
  .header-logo .logo-image img {
    width: 65px;
  }
  .header-btn {
    display: none;
  }

  .global-nav__trigger {
    cursor: pointer;
    z-index: 10;
    width: 50px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
  .global-nav__trigger span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .global-nav__trigger span:first-child {
    top: 0;
  }
  .global-nav__trigger span:nth-child(2) {
    top: 50%;
    right: 0;
    width: 80%;
  }
  .global-nav__trigger span:last-child {
    bottom: 0;
  }
  .global-nav__trigger.trigger-open span:first-child {
    top: 50%;
  }
  .global-nav__trigger.trigger-open span:last-child {
    bottom: calc(50% - 1px);
  }

  .global-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(0);
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
  }
  .global-nav__inner {
    background: #fff;
    padding: 62px 40px 50px;
  }
  .global-nav__list {
    padding-top: 50px;
    margin-bottom: 75px;
  }
  .global-nav__list li {
    margin-bottom: 35px;
  }
  .global-nav__list a {
    display: block;
    text-decoration: none;
  }
  .global-nav__list .nav-text__en {
    font-size: 2.2rem;
  }
  .global-nav__list .nav-text__ja {
    font-size: 1rem;
  }
  .global-nav__list .nav-link__pc {
    display: none;
  }
  .global-nav__guide .guide-btn {
    margin-bottom: 40px;
  }
  .global-nav__guide .guide-btn a {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .global-nav__guide .guide-btn a:first-child {
    margin-top: 0;
  }
  .global-nav__guide .guide-btn a strong {
    font-size: 1.7rem;
  }
  .global-nav__guide .guide-menu {
    text-align: center;
  }
  .global-nav__guide .guide-menu li {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 15px;
  }

  .BD-home .page-header, .BD-jinji .page-header {
    transform: translateX(0);
    opacity: 1;
  }
}
/*------------------------------------------
  footer
------------------------------------------*/
.page-footer {
  background: #fff;
  position: relative;
}
.page-footer__inner {
  padding: 196px 0 40px;
}
.page-footer__contents {
  width: 83.333%;
  margin-left: auto;
}

.footer-menu {
  width: 80%;
}
.footer-menu__list {
  margin-right: 12.5%;
  min-width: 12.5%;
}
.footer-menu__list li {
  margin-bottom: 12px;
}
.footer-menu__list li:last-child {
  margin-bottom: 0;
}

.footer-btn {
  margin-left: auto;
  width: 20%;
}
.footer-btn a {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.footer-btn a:last-child {
  margin-bottom: 0;
}

.footer-copy {
  width: 100%;
  margin-top: 110px;
  font-size: 1rem;
  font-family: soleil, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #d2dada;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .page-footer__inner {
    padding: 100px 0 30px;
  }
  .page-footer__contents {
    width: 100%;
  }

  .footer-menu {
    width: 100%;
  }
  .footer-menu__list {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  .footer-menu__list li {
    display: inline-block;
    margin: 0 12px;
  }
  .footer-menu__list01, .footer-menu__list02 {
    display: none;
  }

  .footer-btn {
    width: 100%;
  }

  .footer-copy {
    margin-top: 40px;
    text-align: center;
  }
}
/*------------------------------------------
  contents
------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

#loadAreaWrapper {
  min-height: 100vh;
}
#loadAreaWrapper.fadeOut #loadArea {
  transition: opacity 1s;
  opacity: 0;
}
#loadAreaWrapper.fadeIn #loadArea {
  transition: opacity 1s;
  opacity: 1;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loadArea {
  opacity: 0;
  position: relative;
}

.main-contents__type01 .main-contents__inner {
  padding-left: 16.666%;
}
.main-contents__type02 .main-contents__inner {
  padding-left: 8.333%;
}

.page-head {
  padding-top: 100px;
  padding-bottom: 95px;
}
.page-head__inner {
  padding-left: 16.666%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-head__title {
  width: 40%;
  box-sizing: border-box;
}
.page-head__title .title__en {
  font-size: 3.6rem;
  line-height: 1.1;
  margin-bottom: 12px;
}
.page-head__title .title__ja {
  font-size: 1.2rem;
}
.page-head__nav {
  width: 60%;
  padding-top: 6px;
}
.page-head__nav .nav-list {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.page-head__nav li {
  padding: 7px 0;
  margin-left: 2em;
}
.page-head__nav li:first-child {
  margin-left: 0;
}

.page-section {
  margin-bottom: 130px;
}
.page-section:last-child {
  margin-bottom: 0;
}
.page-section .sec__title {
  position: relative;
  font-size: 2.4rem;
  padding-left: 40px;
  margin-bottom: 45px;
}
.page-section .sec__title span {
  position: absolute;
  font-size: 3.6rem;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 64px;
  padding: 6px 0 2px;
  box-sizing: border-box;
  border: 1px dashed #000;
  border-radius: 16px;
  text-align: center;
}

.special-item-wrapper {
  cursor: move;
  width: calc(140.625vw + 240px);
  padding: 35px 7.8125vw 0;
  box-sizing: content-box;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.special-item {
  white-space: normal;
  width: 35.15625vw;
}
.special-item__inner {
  text-decoration: none;
  display: block;
  position: relative;
}
.special-item__inner:hover .special-item__image:before {
  opacity: 1;
}
.special-item__title {
  text-align: center;
  width: 60px;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}
.special-item__title .title-num {
  margin-bottom: 20px;
  width: 60px;
}
.special-item__image {
  position: relative;
}
.special-item__image:before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.special-item__text {
  padding-top: 20px;
}
.special-item__text .text01 {
  font-size: 1.1rem;
}
.special-item__text .text02 {
  font-size: 1.8rem;
}

.special-inview {
  position: relative;
}
.special-inview:before, .special-inview:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.special-inview:before {
  background: #fff;
}
.special-inview:after {
  background: #F6FAFA;
}

.js-scr-active .special-inview:after {
  width: 0;
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.js-scr-active .special-inview:before {
  width: 0;
  transition: 0.6s 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.relation-section {
  margin-left: auto;
  width: 100%;
  position: relative;
  margin-top: calc(-100px - 2rem);
  z-index: 3;
}
.relation-section .sec__title {
  padding-left: 8.333%;
  font-size: 2rem;
  padding-top: 100px;
  background: #fff;
  line-height: 1;
  margin-bottom: 60px;
  margin-left: 14.84375vw;
  padding-left: 7.03125vw;
}
.relation-section .person-list {
  cursor: move;
  width: 350%;
  max-width: 3300px;
  padding-right: 7.8125vw;
  padding-left: 8.333%;
  box-sizing: border-box;
  justify-content: space-between;
}
.relation-section .person-list .list-item {
  width: 9%;
  margin-bottom: 0;
  margin-top: 0;
}
.relation-section .person-list .list-item:nth-child(2n) {
  margin-left: 0;
}
.relation-section .person-list .list-item__image .catch {
  font-size: 1.3rem;
}
.relation-section .special-item-wrapper {
  cursor: move;
  box-sizing: content-box;
  padding-left: 21.875vw;
  width: calc(140.625vw + 240px);
}
.relation-section .special-item-wrapper .special-item {
  width: 28.125vw;
}
.relation-section .special-item-wrapper .special-item__title .title-num {
  width: 58px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
}
.relation-section .special-item-wrapper .special-item__title .title-num p span {
  font-size: 2.4rem;
}

.relation-section__person .person-list {
  box-sizing: content-box;
  max-width: none;
  padding-left: 21.875vw;
  width: calc(421.875vw - 60px);
}
.relation-section__person .person-list .list-item {
  width: calc(28.125vw - 60px);
}

#js-drag {
  -ms-overflow-x: auto;
  overflow-x: auto;
  -ms-overflow-y: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#js-drag::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 1707px) {
  .special-item-wrapper {
    padding-left: calc(7.8125vw + (84.375vw - 1440px) / 2);
    /* 追加 */
    width: 2640px;
    /* 変更 */
  }

  .special-item {
    width: 600px;
    /* 変更 */
  }

  .relation-section .sec__title {
    margin-left: calc(92.1875vw - (84.375vw - 1440px) / 2 - 1320px);
    padding-left: 120px;
  }
  .relation-section .special-item-wrapper {
    padding-left: calc(92.1875vw - (84.375vw - 1440px) / 2 - 1200px);
    width: 2640px;
  }
  .relation-section .special-item-wrapper .special-item {
    width: 480px;
  }

  .relation-section__person .person-list {
    padding-left: calc(92.1875vw - (84.375vw - 1440px) / 2 - 1200px);
    width: 6180px;
  }
  .relation-section__person .person-list .list-item {
    width: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .page-wrapper {
    padding-top: 62px;
  }

  .BD-home .page-wrapper, .BD-jinji .page-wrapper {
    padding-top: 0;
  }

  #loadAreaWrapper:before {
    width: 175px;
    height: 175px;
    top: -49px;
    right: -38px;
    background-size: 175px;
  }

  .main-contents {
    padding-top: 60px;
  }
  .main-contents__type01 .main-contents__inner {
    padding-left: 0;
  }
  .main-contents__type03 {
    padding-top: 20px;
  }

  .page-head {
    padding: 50px 0 10px;
  }
  .page-head__inner {
    padding-left: 0;
  }
  .page-head__title {
    padding: 0 40px;
    width: 100%;
  }
  .page-head__title .title__en {
    font-size: 2.4rem;
    margin-bottom: 6px;
  }
  .page-head__title .title__ja {
    font-size: 1rem;
  }
  .page-head__nav {
    padding-top: 0;
    margin-top: 35px;
    font-size: 1rem;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-x: auto;
    overflow-x: auto;
  }
  .page-head__nav .nav-list {
    white-space: nowrap;
    padding: 0 40px;
    display: block;
  }
  .page-head__nav li {
    display: inline-block;
    padding: 0;
  }
  .page-head__nav li:last-child {
    padding-right: 40px;
  }

  .page-section {
    margin-bottom: 85px;
  }
  .page-section .sec__title {
    font-size: 1.6rem;
    padding-left: 28px;
    margin-bottom: 25px;
  }
  .page-section .sec__title span {
    font-size: 2.4rem;
    width: 43px;
    padding: 4px 0 1px;
    border-radius: 13px;
  }
  .page-section .sec__title:before {
    width: 36px;
    height: 36px;
    left: -18px;
    top: -7px;
  }

  .special-item__title {
    width: 32px;
    top: -16px;
    left: -16px;
  }
  .special-item__title .title-num {
    width: 30px;
    margin-bottom: 10px;
  }
  .special-item__text {
    padding-top: 15px;
  }
  .special-item__text .text01 {
    font-size: 0.8rem;
  }
  .special-item__text .text02 {
    font-size: 1.3rem;
  }

  .relation-section {
    width: 100%;
    margin-top: -60px;
  }
  .relation-section .sec__title {
    padding-left: 12.5%;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .relation-section .sec__contents {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .relation-section .person-list {
    width: 708%;
    padding-right: 40px;
    padding-left: 12.5%;
  }
  .relation-section .person-list .list-item {
    width: 9.5%;
  }
  .relation-section .special-item-wrapper {
    max-width: none;
    padding-left: 40px;
    width: calc((100vw - 80px) / 8 * 7 * 5 - (100vw - 80px) / 8);
    padding-right: 40px;
    box-sizing: content-box;
  }
  .relation-section .special-item-wrapper .special-item {
    width: calc((100vw - 80px) / 8 * 6);
  }
  .relation-section .special-item-wrapper .special-item__title .title img {
    width: 18px;
  }
  .relation-section .special-item-wrapper .special-item__title .title-num {
    width: 30px;
    height: 30px;
  }
  .relation-section .special-item-wrapper .special-item__title .title-num p {
    font-size: 0.5em;
  }
  .relation-section .special-item-wrapper .special-item__title .title-num p span {
    font-size: 1.4rem;
  }

  .relation-section__case {
    margin-top: 0;
  }
  .relation-section__case .sec__title {
    margin: 0 0 0 40px;
    padding-left: 0;
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 80px;
    line-height: 1;
  }

  .relation-section__person {
    background: none;
  }
  .relation-section__person .sec__title {
    margin: 0 0 0 40px;
    padding-left: calc((100vw - 80px) / 8);
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 50px;
    line-height: 1;
  }
  .relation-section__person .person-list {
    padding-left: calc((100vw - 80px) / 8 + 40px);
    max-width: none;
    width: calc((100vw - 80px) / 8 * 7 * 15 - (100vw - 80px) / 8);
    box-sizing: content-box;
  }
  .relation-section__person .person-list .list-item {
    width: calc((100vw - 80px) / 8 * 6);
  }
}
/*------------------------------------------
  home
------------------------------------------*/
.BD-home #loadAreaWrapper.fadeIn:before, .BD-jinji #loadAreaWrapper.fadeIn:before {
  position: fixed;
  opacity: 0;
  transition: opacity 1s 2s;
}

.home-section {
  position: relative;
}
.home-section .sec__inner {
  padding-left: 7.03125vw;
  box-sizing: border-box;
}

.home-section__mv {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  margin-left: auto;
  width: 100%;
  overflow: hidden;
}
.home-section__mv .sec__contents {
  position: relative;
}

.mv-slider {
  width: 100%;
}
.mv-slider .item__image {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mv-lead {
  position: absolute;
  top: 6.875vw;
  right: 5.6225vw;
  width: 495px;
  height: 189px;
}

.mv-lead__logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 213px;
  overflow: hidden;
}
.mv-lead__logo .logo-in {
  overflow: hidden;
  display: inline-block;
}
.mv-lead__logo .logo-in_inner {
  display: inline-block;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 1;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 1;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.BD-jinji .leftAnime {
  opacity: 1;
}

#svg-ani {
  width: 472px;
}

.cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  stroke-miterlimit: 10;
}

#base {
  fill: #fff;
}

.home-section__news {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-section__news .sec__contents {
  padding-left: 8.333%;
}

.news-list .slide-item {
  padding-right: 40px;
}
.news-list .slide-item > a, .news-list .slide-item div {
  display: table;
}
.news-list .slide-item p {
  display: table-cell;
}
.news-list .slide-item .date {
  width: 96px;
}
.news-list .slide-item a {
  text-decoration: none;
}
.news-list button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  width: 9px;
  height: 14px;
  box-sizing: border-box;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
  z-index: 11;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.news-list button.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.news-list .slick-arrow {
  position: absolute;
}
.news-list .slick-prev {
  right: 16px;
  background-image: url(../images/home/prev.svg);
}
.news-list .slick-next {
  right: 0;
  background-image: url(../images/home/next.svg);
}

.home-section__message {
  background: #fff;
  padding-top: 75px;
  padding-bottom: 135px;
}
.home-section__message .sec__contents {
  padding: 0 8.333%;
  -webkit-align-items: center;
  align-items: center;
}
.home-section__message .sec__title {
  width: 50%;
  padding-top: 80px;
}
.home-section__message .sec__title .ttl__en {
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.home-section__message .sec__title .ttl__copy {
  font-size: 2rem;
  line-height: 1.8;
}
.home-section__message .message-text {
  width: 30%;
  margin-left: auto;
}
.home-section__message .message-text p {
  text-align: justify;
  width: 17em;
  line-height: 1.8;
  margin-bottom: 25px;
}
.home-section__message .message-text p:last-child {
  margin-bottom: 0;
}

.home-section__items {
  background: #fff;
  padding-left: calc(7.8125vw - 10px);
  padding-right: calc(7.8125vw - 10px);
}
.home-section__items .sec__inner {
  max-width: 1440px;
}
.home-section__items .item {
  opacity: 0;
  transition: 0.6s;
}
.home-section__items .rand02 {
  transition-delay: 0.1s;
}
.home-section__items .rand03 {
  transition-delay: 0.2s;
}
.home-section__items .rand04 {
  transition-delay: 0.3s;
}
.home-section__items .rand05 {
  transition-delay: 0.4s;
}
.home-section__items .js-scr-active .item {
  opacity: 1;
}

.items-wrap {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.items-wrap .items-block {
  position: relative;
  box-sizing: border-box;
}
.items-wrap .items-block__s {
  width: 25%;
}
.items-wrap .items-block__l {
  width: 50%;
}
.items-wrap .item {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
.items-wrap .item a {
  display: block;
  position: relative;
  text-decoration: none;
}
.items-wrap .item a:hover .hover-text:before {
  opacity: 1;
}
.items-wrap .item a:hover .hover-text__inner {
  opacity: 1;
}
.items-wrap .item a:hover .other-text:before {
  opacity: 1;
}
.items-wrap .item .tag {
  position: absolute;
  color: #fff;
  bottom: 6px;
  left: 10px;
  font-size: 1.4rem;
}
.items-wrap .hover-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: table;
}
.items-wrap .hover-text:before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.items-wrap .hover-text__inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  opacity: 0;
  transition: 0.5s;
}
.items-wrap .other-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.items-wrap .other-text:before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.items-wrap .other-text__inner {
  position: relative;
}
.items-wrap .other-text .title-ja {
  font-size: 2rem;
  margin-bottom: 6px;
}
.items-wrap .other-text .title-en {
  font-size: 1rem;
}
.items-wrap .item-ps .hover-text {
  font-size: 1.2rem;
}
.items-wrap .item-ps .hover-text:before {
  mix-blend-mode: screen;
}
.items-wrap .item-ps .hover-text .name {
  font-size: 1.4rem;
  margin-top: 5px;
}
.items-wrap .item-ps01 .hover-text:before {
  background: #C8ADB4;
}
.items-wrap .item-ps02 .hover-text:before {
  background: #B2C6C7;
}
.items-wrap .item-ps03 .hover-text:before {
  background: #C9BFCA;
}
.items-wrap .item-ps04 .hover-text:before {
  background: #A3B3A8;
}
.items-wrap .item-ps05 .hover-text:before {
  background: #C9BFCA;
}
.items-wrap .item-ps06 .hover-text:before {
  background: #BCC6CF;
}
.items-wrap .item-ps07 .hover-text:before {
  background: #D2BBAB;
}
.items-wrap .item-ps08 .hover-text:before {
  background: #BCC6CF;
}
.items-wrap .item-ps09 .hover-text:before {
  background: #B8B497;
}
.items-wrap .item-ps10 .hover-text:before {
  background: #B2C6C7;
}
.items-wrap .item-ps11 .hover-text:before {
  background: #B8B497;
}
.items-wrap .item-ps12 .hover-text:before {
  background: #D2BBAB;
}
.items-wrap .item-ps13 .hover-text:before {
  background: #C8ADB4;
}
.items-wrap .item-ps14 .hover-text:before {
  background: #A3B3A8;
}
.items-wrap .items-block__l .item-ps .hover-text .name {
  font-size: 2.4rem;
}
.items-wrap .item-st .hover-text {
  font-size: 1.2rem;
}
.items-wrap .item-st .hover-text:before {
  background: rgba(255, 255, 255, 0.8);
}
.items-wrap .item-st .hover-text .case {
  font-size: 1.2rem;
  text-decoration: underline;
  position: absolute;
  top: 5px;
  left: 10px;
}

.home-section__group {
  text-align: center;
  padding-top: 145px;
  background: #fff;
}
.home-section__group .sec__title {
  font-size: 2rem;
  margin-bottom: 30px;
}

.group-list {
  border: 1px solid #e6e9e9;
}
.group-list li {
  width: 50%;
  text-align: center;
  border-right: 1px solid #e6e9e9;
  box-sizing: border-box;
}
.group-list li:last-child {
  border-right: none;
}
.group-list a {
  display: block;
  padding: 25px 15px;
}

@media only screen and (min-width: 1707px) {
  .home-section .sec__inner {
    padding-left: 120px;
  }

  .home-section__message .sec__contents {
    padding: 0 120px;
  }

  .home-section__message .message-text {
    margin-left: 180px;
  }

  .home-section__news .sec__contents {
    padding-left: 120px;
  }

  .home-section__items .sec__inner {
    max-width: 1460px;
  }
}
@media only screen and (max-width: 1707px) {
  .home-section .sec__inner {
    padding-left: 7.03125vw;
  }

  .home-section__message .sec__contents {
    padding: 0 7.03125vw;
  }

  .home-section__message .message-text {
    margin-left: 10.546875vw;
  }

  .home-section__news .sec__contents {
    padding-left: 7.03125vw;
  }
}
@media only screen and (max-width: 768px) {
  .home-section .sec__inner {
    padding-left: 0;
  }

  .home-section__mv {
    height: auto;
  }

  .mv-slider .item__image {
    height: auto;
  }

  .mv-lead {
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 50px;
    height: auto;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .mv-lead__logo {
    display: none;
  }

  #svg-ani {
    width: 100%;
  }

  .home-section__news {
    background: #f6fafa;
    padding: 15px;
  }
  .home-section__news .sec__contents {
    padding-left: 0;
  }

  .news-list .slide-item > a, .news-list .slide-item div {
    display: block;
  }
  .news-list .slide-item p {
    display: block;
    font-size: 1rem;
  }
  .news-list .slide-item .date {
    width: auto;
    font-size: 0.8rem;
  }

  .home-section__message {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .home-section__message .sec__contents {
    padding: 0;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .home-section__message .sec__title {
    width: 100%;
    padding: 0;
  }
  .home-section__message .sec__title .ttl__en {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .home-section__message .sec__title .ttl__copy {
    font-size: 1.4rem;
  }
  .home-section__message .message-text {
    padding-top: 30px;
    width: 62.5%;
    margin-left: auto;
  }
  .home-section__message .message-text p {
    font-size: 1rem;
    margin-bottom: 25px;
    width: 100%;
  }

  .home-section__items {
    padding-left: 32.5px;
    padding-right: 32.5px;
  }

  .items-wrap .items-block:last-child {
    margin-bottom: 0;
  }
  .items-wrap .items-block__s {
    width: 50%;
  }
  .items-wrap .items-block__l {
    width: 100%;
  }
  .items-wrap .sp-side {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .items-wrap .sp-side .item {
    width: 50%;
  }
  .items-wrap .item {
    padding: 7.5px;
  }
  .items-wrap .item a:hover .hover-text:before {
    opacity: 0;
  }
  .items-wrap .item a:hover .hover-text__inner {
    opacity: 0;
  }
  .items-wrap .item a:hover .other-text:before {
    opacity: 0;
  }
  .items-wrap .item .tag {
    left: 8px;
    bottom: 4px;
    font-size: 1rem;
  }
  .items-wrap .hover-text {
    display: none;
  }
  .items-wrap .other-text:before {
    content: none;
  }
  .items-wrap .other-text .title-ja {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .items-wrap .other-text .title-en {
    font-size: 0.6rem;
  }
  .items-wrap .item-ps .hover-text {
    font-size: 1.2rem;
  }
  .items-wrap .item-ps .hover-text:before {
    mix-blend-mode: screen;
  }
  .items-wrap .item-ps .hover-text .name {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .items-wrap .item-ps01 .hover-text:before {
    background: #C8ADB4;
  }
  .items-wrap .item-ps02 .hover-text:before {
    background: #B2C6C7;
  }
  .items-wrap .item-ps03 .hover-text:before {
    background: #C9BFCA;
  }
  .items-wrap .item-ps04 .hover-text:before {
    background: #A3B3A8;
  }
  .items-wrap .item-ps05 .hover-text:before {
    background: #C9BFCA;
  }
  .items-wrap .item-ps06 .hover-text:before {
    background: #BCC6CF;
  }
  .items-wrap .item-ps07 .hover-text:before {
    background: #D2BBAB;
  }
  .items-wrap .item-ps08 .hover-text:before {
    background: #BCC6CF;
  }
  .items-wrap .item-ps09 .hover-text:before {
    background: #B8B497;
  }
  .items-wrap .item-ps10 .hover-text:before {
    background: #B2C6C7;
  }
  .items-wrap .item-ps11 .hover-text:before {
    background: #B8B497;
  }
  .items-wrap .item-ps12 .hover-text:before {
    background: #D2BBAB;
  }
  .items-wrap .item-ps13 .hover-text:before {
    background: #C8ADB4;
  }
  .items-wrap .item-ps14 .hover-text:before {
    background: #A3B3A8;
  }
  .items-wrap .items-block__l .item-ps .hover-text .name {
    font-size: 2.4rem;
  }
  .items-wrap .item-st .hover-text {
    font-size: 1.2rem;
  }
  .items-wrap .item-st .hover-text:before {
    background: rgba(255, 255, 255, 0.8);
  }
  .items-wrap .item-st .hover-text .case {
    font-size: 1.2rem;
    text-decoration: underline;
    position: absolute;
    top: 5px;
    left: 10px;
  }

  .home-section__group {
    padding-top: 60px;
  }
  .home-section__group .sec__title {
    font-size: 1.6rem;
  }

  .group-list {
    border: none;
  }
  .group-list li {
    width: 100%;
    border: 1px solid #e6e9e9;
    margin-bottom: 10px;
  }
  .group-list li:last-child {
    border-right: 1px solid #e6e9e9;
    margin-bottom: 0;
  }
  .group-list li img {
    width: 211px;
  }
  .group-list a {
    display: block;
    padding: 20px 15px;
  }
}
/*------------------------------------------
  person
------------------------------------------*/
.BD-person .global-nav__item02 .nav-link__pc, .BD-sekiguchi .global-nav__item02 .nav-link__pc, .BD-arita .global-nav__item02 .nav-link__pc, .BD-kobayashi .global-nav__item02 .nav-link__pc, .BD-hamada .global-nav__item02 .nav-link__pc, .BD-shikanai .global-nav__item02 .nav-link__pc, .BD-fushinuki .global-nav__item02 .nav-link__pc, .BD-honto .global-nav__item02 .nav-link__pc, .BD-ando .global-nav__item02 .nav-link__pc, .BD-omi .global-nav__item02 .nav-link__pc, .BD-uchiyama .global-nav__item02 .nav-link__pc, .BD-kikkawa .global-nav__item02 .nav-link__pc, .BD-hiramatsu .global-nav__item02 .nav-link__pc, .BD-ono .global-nav__item02 .nav-link__pc, .BD-okura .global-nav__item02 .nav-link__pc, .BD-tsuchiya .global-nav__item02 .nav-link__pc, .BD-yamaguchi .global-nav__item02 .nav-link__pc {
  color: #fff;
}
.BD-person .global-nav__item02 .nav-link__pc:before, .BD-sekiguchi .global-nav__item02 .nav-link__pc:before, .BD-arita .global-nav__item02 .nav-link__pc:before, .BD-kobayashi .global-nav__item02 .nav-link__pc:before, .BD-hamada .global-nav__item02 .nav-link__pc:before, .BD-shikanai .global-nav__item02 .nav-link__pc:before, .BD-fushinuki .global-nav__item02 .nav-link__pc:before, .BD-honto .global-nav__item02 .nav-link__pc:before, .BD-ando .global-nav__item02 .nav-link__pc:before, .BD-omi .global-nav__item02 .nav-link__pc:before, .BD-uchiyama .global-nav__item02 .nav-link__pc:before, .BD-kikkawa .global-nav__item02 .nav-link__pc:before, .BD-hiramatsu .global-nav__item02 .nav-link__pc:before, .BD-ono .global-nav__item02 .nav-link__pc:before, .BD-okura .global-nav__item02 .nav-link__pc:before, .BD-tsuchiya .global-nav__item02 .nav-link__pc:before, .BD-yamaguchi .global-nav__item02 .nav-link__pc:before {
  width: 100%;
  left: 0;
}

.person-list .list-item {
  width: 45%;
  margin-top: 80px;
  position: relative;
}
.person-list .list-item:first-child, .person-list .list-item:nth-child(2) {
  margin-top: 0;
}
.person-list .list-item:nth-child(2n) {
  margin-left: auto;
}
.person-list .list-item__inner {
  display: block;
  text-decoration: none;
  position: relative;
}
.person-list .list-item__inner:hover .list-item__image .image:before {
  opacity: 1;
}
.person-list .list-item__inner:hover .list-item__image .catch {
  opacity: 1;
}
.person-list .list-item__image {
  position: relative;
}
.person-list .list-item__image .image {
  position: relative;
}
.person-list .list-item__image .image:before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.person-list .list-item__image .catch {
  font-size: 1.6rem;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.6s;
  line-height: 1.8;
}
.person-list .list-item__text {
  position: relative;
  margin-top: -32px;
  margin-left: -30px;
}
.person-list .list-item__text .name {
  font-size: 2rem;
  line-height: 1.1;
  font-family: soleil, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
}
.person-list .list-item__text .name:last-child {
  padding-left: 50px;
}
.person-list .list-item__text .name p {
  position: relative;
  display: inline-block;
  padding-top: 12px;
}
.person-list .list-item__text .name p:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 2px;
  left: 0.5em;
}
.person-list .list-item__text .name span {
  display: inline-block;
  position: relative;
}
.person-list .list-item__text .text-info {
  margin-top: 15px;
  font-size: 1.1rem;
  padding-left: 20px;
}
.person-list .list-item01 .list-item__image .image:before {
  background: #BCC6CF;
}
.person-list .list-item01 .list-item__text .name:last-child p:before {
  width: 153px;
}
.person-list .list-item01 .list-item__text .name p:before {
  background: #BCC6CF;
  width: 107px;
}
.person-list .list-item02 .list-item__image .image:before {
  background: #D2BBAB;
}
.person-list .list-item02 .list-item__text .name p:before {
  background: #D2BBAB;
  width: 144px;
}
.person-list .list-item03 .list-item__image .image:before {
  background: #C8ADB4;
}
.person-list .list-item03 .list-item__text .name:last-child p:before {
  width: 160px;
}
.person-list .list-item03 .list-item__text .name p:before {
  background: #C8ADB4;
  width: 180px;
}
.person-list .list-item04 .list-item__image .image:before {
  background: #B2C6C7;
}
.person-list .list-item04 .list-item__text .name:last-child p:before {
  width: 140px;
}
.person-list .list-item04 .list-item__text .name p:before {
  background: #B2C6C7;
  width: 94px;
}
.person-list .list-item05 .list-item__image .image:before {
  background: #A3B3A8;
}
.person-list .list-item05 .list-item__text .name:last-child p:before {
  width: 140px;
}
.person-list .list-item05 .list-item__text .name p:before {
  background: #A3B3A8;
  width: 130px;
}
.person-list .list-item07 .list-item__image .image:before {
  background: #C9BFCA;
}
.person-list .list-item07 .list-item__text .name:last-child p:before {
  width: 150px;
}
.person-list .list-item07 .list-item__text .name p:before {
  background: #C9BFCA;
  width: 86px;
}
.person-list .list-item08 .list-item__image .image:before {
  background: #B8B497;
}
.person-list .list-item08 .list-item__text .name p:before {
  background: #B8B497;
  width: 120px;
}
.person-list .list-item09 .list-item__image .image:before {
  background: #BCC6CF;
}
.person-list .list-item09 .list-item__text .name:last-child p:before {
  width: 110px;
}
.person-list .list-item09 .list-item__text .name p:before {
  background: #BCC6CF;
  width: 100px;
}
.person-list .list-item10 .list-item__image .image:before {
  background: #D2BBAB;
}
.person-list .list-item10 .list-item__text .name:last-child p:before {
  width: 100px;
}
.person-list .list-item10 .list-item__text .name p:before {
  background: #D2BBAB;
  width: 130px;
}
.person-list .list-item11 .list-item__image .image:before {
  background: #C8ADB4;
}
.person-list .list-item11 .list-item__text .name:last-child p:before {
  width: 154px;
}
.person-list .list-item11 .list-item__text .name p:before {
  background: #C8ADB4;
  width: 96px;
}
.person-list .list-item12 .list-item__image .image:before {
  background: #B2C6C7;
}
.person-list .list-item12 .list-item__text .name:last-child p:before {
  width: 136px;
}
.person-list .list-item12 .list-item__text .name p:before {
  background: #B2C6C7;
  width: 100px;
}
.person-list .list-item13 .list-item__image .image:before {
  background: #A3B3A8;
}
.person-list .list-item13 .list-item__text .name:last-child p:before {
  width: 160px;
}
.person-list .list-item13 .list-item__text .name p:before {
  background: #A3B3A8;
  width: 106px;
}
.person-list .list-item14 .list-item__image .image:before {
  background: #C9BFCA;
}
.person-list .list-item14 .list-item__text .name:last-child p:before {
  width: 100px;
}
.person-list .list-item14 .list-item__text .name p:before {
  background: #C9BFCA;
  width: 114px;
}
.person-list .list-item15 .list-item__image .image:before {
  background: #B8B497;
}
.person-list .list-item15 .list-item__text .name:last-child p:before {
  width: 118px;
}
.person-list .list-item15 .list-item__text .name p:before {
  background: #B8B497;
  width: 135px;
}
.person-list .list-item16 .list-item__image .image:before {
  background: #BCC6CF;
}
.person-list .list-item16 .list-item__text .name:last-child p:before {
  width: 153px;
}
.person-list .list-item16 .list-item__text .name p:before {
  background: #BCC6CF;
  width: 107px;
}
.person-list .list-item17 .list-item__image .image:before {
  background: #D2BBAB;
}
.person-list .list-item17 .list-item__text .name:last-child p:before {
  width: 100px;
}
.person-list .list-item17 .list-item__text .name p:before {
  background: #D2BBAB;
  width: 130px;
}

.person-list .list-item.js-scr .inview:before, .person-list .list-item.js-scr .inview:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.person-list .list-item.js-scr .inview:before {
  background: #F6FAFA;
}
.person-list .list-item.js-scr .inview:after {
  background: #F6FAFA;
}
.person-list .list-item.js-scr .list-item__text {
  width: 0;
  white-space: nowrap;
  overflow: hidden;
}
.person-list .list-item.js-scr-active .inview:after {
  width: 0;
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.person-list .list-item.js-scr-active .inview:before {
  width: 0;
  transition: 0.6s 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.person-list .list-item.js-scr-active .list-item__text {
  width: 100%;
  transition: 0.6s 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.person-list .list-item01.js-scr .inview:before {
  background: #BCC6CF;
}

.person-list .list-item02.js-scr .inview:before {
  background: #D2BBAB;
}

.person-list .list-item03.js-scr .inview:before {
  background: #C8ADB4;
}

.person-list .list-item04.js-scr .inview:before {
  background: #B2C6C7;
}

.person-list .list-item05.js-scr .inview:before {
  background: #A3B3A8;
}

.person-list .list-item07.js-scr .inview:before {
  background: #C9BFCA;
}

.person-list .list-item08.js-scr .inview:before {
  background: #B8B497;
}

.person-list .list-item09.js-scr .inview:before {
  background: #BCC6CF;
}

.person-list .list-item10.js-scr .inview:before {
  background: #D2BBAB;
}

.person-list .list-item11.js-scr .inview:before {
  background: #C8ADB4;
}

.person-list .list-item12.js-scr .inview:before {
  background: #B2C6C7;
}

.person-list .list-item13.js-scr .inview:before {
  background: #A3B3A8;
}

.person-list .list-item14.js-scr .inview:before {
  background: #C9BFCA;
}

.person-list .list-item15.js-scr .inview:before {
  background: #B8B497;
}

.person-list .list-item16.js-scr .inview:before {
  background: #BCC6CF;
}

.person-article {
  position: relative;
}
.person-article .person-profile {
  position: absolute;
  top: 53.3203125vw;
  margin-top: -60px;
  white-space: nowrap;
  right: 7.8125vw;
  z-index: 3;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  text-align: right;
}
.person-article .person-profile .profile-name {
  font-size: 8rem;
  line-height: 1.3;
  margin-left: 10px;
  transition: all 0.3s;
}
.person-article .person-profile .profile-text {
  text-orientation: upright;
  line-height: 1.8;
  transition: all 0.3s;
}
.person-article .person-profile .profile-text .pt-05 {
  padding-top: 0.5em;
}
.person-article .person-profile .profile-text .pt-1 {
  padding-top: 1em;
}
.person-article .person-profile__fix {
  position: fixed;
  top: 0 !important;
  margin-top: 0 !important;
}
.person-article .person-profile.white .profile-name, .person-article .person-profile.white .profile-text {
  color: #fff !important;
}
.person-article .person-profile.bottom {
  position: absolute;
  top: auto !important;
  bottom: 240px;
}
.person-article__top {
  padding-right: 0;
}
.person-article .article-head {
  margin-left: auto;
  width: 71.09375vw;
  position: relative;
  z-index: 1;
}
.person-article .article-head .head-title {
  position: absolute;
  top: 110px;
  left: -10%;
}
.person-article .article-head .title-text__en {
  font-size: 3.6rem;
}
.person-article .article-head .title-text__ja {
  font-size: 1.2rem;
}
.person-article .article-lead {
  max-width: none;
  padding-left: 7.03125vw;
  position: relative;
}
.person-article .article-lead .lead-text {
  position: relative;
  z-index: 4;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-left: -11%;
  top: -60px;
}
.person-article .article-lead .lead-text .sub {
  font-size: 1.4rem;
  margin-left: 10%;
}
.person-article .article-lead .lead-text p:first-child {
  margin-left: 50px;
}
.person-article .article-lead .lead-text p span {
  display: inline-block;
  padding-top: 30px;
  padding-right: 55px;
}
.person-article .article-lead .lead-catch {
  width: 55.5555555556%;
  line-height: 1.95;
  text-align: justify;
  font-size: 1.4rem;
  margin-bottom: 60px;
  position: relative;
}
.person-article .article-lead .lead-interview {
  width: 55.5555555556%;
  position: relative;
}
.person-article .article-lead__inner {
  position: relative;
  padding-right: 7.8125vw;
  padding-left: 16.5%;
  padding-bottom: 115px;
}
.person-article .article-lead__inner:before {
  content: "";
  width: 100%;
  height: calc(100% + 340px);
  position: absolute;
  top: -26.66015625vw;
  left: 0;
}
.person-article .interview {
  margin-bottom: 55px;
}
.person-article .interview:last-child {
  margin-bottom: 0;
}
.person-article .interview-question {
  line-height: 1.95;
  margin-bottom: 1em;
}
.person-article .interview-answer {
  line-height: 1.95;
  text-align: justify;
}
.person-article .interview-image {
  margin-top: 115px;
}
.person-article__middle {
  position: relative;
  z-index: 4;
}
.person-article__bottom {
  padding-top: 120px;
  padding-bottom: 240px;
}
.person-article .bottom-contents {
  padding-left: 16.666%;
  position: relative;
  z-index: 4;
}
.person-article .bottom-chapter {
  position: relative;
  z-index: 3;
}
.person-article .chapter-lead {
  width: 40%;
  position: relative;
}
.person-article .chapter-lead .lead-title {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.person-article .chapter-lead .lead-text {
  font-size: 2rem;
  line-height: 1.8;
}
.person-article .chapter-lead .lead-image {
  width: 75%;
  position: absolute;
  left: 0;
  top: 40%;
}
.person-article .chapter-interview {
  margin-left: auto;
  width: 50%;
  position: relative;
}

.person-article01 .article-lead .lead-text p:nth-child(2) {
  margin-left: 10%;
}
.person-article01 .article-lead .lead-text .sub {
  margin-left: 50px;
}
.person-article01 .article-lead__inner {
  background: #EBEFF2;
}
.person-article01 .article-lead__inner:before {
  background: #EBEFF2;
}
.person-article01 .person-profile .profile-name, .person-article01 .person-profile .profile-text {
  color: #BCC6CF;
}
.person-article01 .article-lead .lead-text p span {
  background: #BCC6CF;
}
.person-article01 .interview-answer {
  color: #6a6b6d;
}
.person-article01 .person-article__bottom {
  background: #EBEFF2;
}

.person-article02 .article-lead__inner {
  background: #F2EAE7;
}
.person-article02 .article-lead__inner:before {
  background: #F2EAE7;
}
.person-article02 .person-profile .profile-name, .person-article02 .person-profile .profile-text {
  color: #D2BBAB;
}
.person-article02 .article-lead .lead-text p span {
  background: #D2BBAB;
}
.person-article02 .interview-answer {
  color: #6d6a68;
}
.person-article02 .person-article__bottom {
  background: #F2EAE7;
}

.person-article03 .article-lead__inner {
  background: #EFE6E9;
}
.person-article03 .article-lead__inner:before {
  background: #EFE6E9;
}
.person-article03 .person-profile .profile-name, .person-article03 .person-profile .profile-text {
  color: #C8ADB4;
}
.person-article03 .article-lead .lead-text p span {
  background: #C8ADB4;
}
.person-article03 .interview-answer {
  color: #6b6869;
}
.person-article03 .person-article__bottom {
  background: #EFE6E9;
}

.person-article04 .article-lead__inner {
  background: #E8EEEE;
}
.person-article04 .article-lead__inner:before {
  background: #E8EEEE;
}
.person-article04 .person-profile .profile-name, .person-article04 .person-profile .profile-text {
  color: #B2C6C7;
}
.person-article04 .article-lead .lead-text p span {
  background: #B2C6C7;
}
.person-article04 .interview-answer {
  color: #696b6b;
}
.person-article04 .person-article__bottom {
  background: #E8EEEE;
}

.person-article05 .article-lead__inner {
  background: #E3E8E4;
}
.person-article05 .article-lead__inner:before {
  background: #E3E8E4;
}
.person-article05 .person-profile .profile-name, .person-article05 .person-profile .profile-text {
  color: #A3B3A8;
}
.person-article05 .article-lead .lead-text p span {
  background: #A3B3A8;
}
.person-article05 .interview-answer {
  color: #666967;
}
.person-article05 .person-article__bottom {
  background: #E3E8E4;
}

.person-article07 .article-lead__inner {
  background: #EEECEF;
}
.person-article07 .article-lead__inner:before {
  background: #EEECEF;
}
.person-article07 .person-profile .profile-name, .person-article07 .person-profile .profile-text {
  color: #C9BFCA;
}
.person-article07 .article-lead .lead-text p span {
  background: #C9BFCA;
}
.person-article07 .interview-answer {
  color: #6c6a6c;
}
.person-article07 .person-article__bottom {
  background: #EEECEF;
}

.person-article08 .article-lead__inner {
  background: #EBE8E1;
}
.person-article08 .article-lead__inner:before {
  background: #EBE8E1;
}
.person-article08 .person-profile .profile-name, .person-article08 .person-profile .profile-text {
  color: #B8B497;
}
.person-article08 .article-lead .lead-text p span {
  background: #B8B497;
}
.person-article08 .interview-answer {
  color: #6a6965;
}
.person-article08 .person-article__bottom {
  background: #EBE8E1;
}

.person-article09 .article-lead__inner {
  background: #EBEFF2;
}
.person-article09 .article-lead__inner:before {
  background: #EBEFF2;
}
.person-article09 .person-profile .profile-name, .person-article09 .person-profile .profile-text {
  color: #BCC6CF;
}
.person-article09 .article-lead .lead-text p span {
  background: #BCC6CF;
}
.person-article09 .interview-answer {
  color: #6a6b6d;
}
.person-article09 .person-article__bottom {
  background: #EBEFF2;
}

.person-article10 .article-lead__inner {
  background: #F2EAE7;
}
.person-article10 .article-lead__inner:before {
  background: #F2EAE7;
}
.person-article10 .person-profile .profile-name, .person-article10 .person-profile .profile-text {
  color: #D2BBAB;
}
.person-article10 .article-lead .lead-text p span {
  background: #D2BBAB;
}
.person-article10 .interview-answer {
  color: #6d6a68;
}
.person-article10 .person-article__bottom {
  background: #F2EAE7;
}

.person-article11 .article-lead__inner {
  background: #EFE6E9;
}
.person-article11 .article-lead__inner:before {
  background: #EFE6E9;
}
.person-article11 .person-profile .profile-name, .person-article11 .person-profile .profile-text {
  color: #C8ADB4;
}
.person-article11 .article-lead .lead-text p span {
  background: #C8ADB4;
}
.person-article11 .interview-answer {
  color: #6b6869;
}
.person-article11 .person-article__bottom {
  background: #EFE6E9;
}

.person-article12 .article-lead__inner {
  background: #E8EEEE;
}
.person-article12 .article-lead__inner:before {
  background: #E8EEEE;
}
.person-article12 .person-profile .profile-name, .person-article12 .person-profile .profile-text {
  color: #B2C6C7;
}
.person-article12 .article-lead .lead-text p span {
  background: #B2C6C7;
}
.person-article12 .interview-answer {
  color: #696b6b;
}
.person-article12 .person-article__bottom {
  background: #E8EEEE;
}

.person-article13 .article-lead__inner {
  background: #E3E8E4;
}
.person-article13 .article-lead__inner:before {
  background: #E3E8E4;
}
.person-article13 .person-profile .profile-name, .person-article13 .person-profile .profile-text {
  color: #A3B3A8;
}
.person-article13 .article-lead .lead-text p span {
  background: #A3B3A8;
}
.person-article13 .interview-answer {
  color: #666967;
}
.person-article13 .person-article__bottom {
  background: #E3E8E4;
}

.person-article14 .article-lead__inner {
  background: #EEECEF;
}
.person-article14 .article-lead__inner:before {
  background: #EEECEF;
}
.person-article14 .person-profile .profile-name, .person-article14 .person-profile .profile-text {
  color: #C9BFCA;
}
.person-article14 .article-lead .lead-text p span {
  background: #C9BFCA;
}
.person-article14 .interview-answer {
  color: #6c6a6c;
}
.person-article14 .person-article__bottom {
  background: #EEECEF;
}

.person-article15 .article-lead__inner {
  background: #EBE8E1;
}
.person-article15 .article-lead__inner:before {
  background: #EBE8E1;
}
.person-article15 .person-profile .profile-name, .person-article15 .person-profile .profile-text {
  color: #B8B497;
}
.person-article15 .article-lead .lead-text p span {
  background: #B8B497;
}
.person-article15 .interview-answer {
  color: #6a6965;
}
.person-article15 .person-article__bottom {
  background: #EBE8E1;
}

.BD-sekiguchi #loadAreaWrapper.fadeIn:before, .BD-arita #loadAreaWrapper.fadeIn:before, .BD-kobayashi #loadAreaWrapper.fadeIn:before, .BD-hamada #loadAreaWrapper.fadeIn:before, .BD-shikanai #loadAreaWrapper.fadeIn:before, .BD-yoshii #loadAreaWrapper.fadeIn:before, .BD-fushinuki #loadAreaWrapper.fadeIn:before, .BD-honto #loadAreaWrapper.fadeIn:before, .BD-ando #loadAreaWrapper.fadeIn:before, .BD-omi #loadAreaWrapper.fadeIn:before, .BD-tsuchiya #loadAreaWrapper.fadeIn:before, .BD-yamaguchi #loadAreaWrapper.fadeIn:before {
  position: fixed;
  opacity: 0;
  transition: opacity 1s 2s;
}

.BD-sekiguchi .person-list .list-item01 {
  display: none;
}

.BD-arita .person-list .list-item02 {
  display: none;
}

.BD-kobayashi .person-list .list-item03 {
  display: none;
}

.BD-hamada .person-list .list-item04 {
  display: none;
}

.BD-shikanai .person-list .list-item05 {
  display: none;
}

.BD-fushinuki .person-list .list-item07 {
  display: none;
}

.BD-honto .person-list .list-item08 {
  display: none;
}

.BD-ando .person-list .list-item09 {
  display: none;
}

.BD-omi .person-list .list-item10 {
  display: none;
}

.BD-uchiyama .person-list .list-item11 {
  display: none;
}

.BD-kikkawa .person-list .list-item12 {
  display: none;
}

.BD-hiramatsu .person-list .list-item13 {
  display: none;
}

.BD-ono .person-list .list-item14 {
  display: none;
}

.BD-okura .person-list .list-item15 {
  display: none;
}

.BD-tsuchiya .person-list .list-item16 {
  display: none;
}

.BD-yamaguchi .person-list .list-item17 {
  display: none;
}

@media screen and (min-width: 1707px) {
  .person-article {
    position: relative;
  }
  .person-article .person-profile {
    top: calc((92.1875vw - (84.375vw - 1440px) / 2 - 360px) * 0.75);
  }
  .person-article .article-head {
    width: calc(92.1875vw - (84.375vw - 1440px) / 2 - 360px);
  }
  .person-article .article-head .head-title {
    left: -120px;
  }
  .person-article .article-lead {
    padding-left: calc((84.375vw - 1440px) / 2 + 120px);
  }
  .person-article .article-lead .lead-text {
    margin-left: -120px;
  }
  .person-article .article-lead .lead-text .sub {
    margin-left: 120px;
  }
  .person-article .article-lead .lead-catch {
    width: 600px;
  }
  .person-article .article-lead .lead-interview {
    width: 600px;
  }
  .person-article .article-lead__inner {
    padding-left: 240px;
  }
  .person-article .article-lead__inner:before {
    top: calc((92.1875vw - (84.375vw - 1440px) / 2 - 360px) * -0.75 / 2);
  }

  .person-article01 .article-lead .lead-text p:nth-child(2) {
    margin-left: 120px;
  }
  .person-article01 .article-lead .lead-text .sub {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .BD-person .main-contents {
    padding-top: 35px;
  }

  .person-list .list-item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .person-list .list-item:last-child {
    margin-bottom: 0;
  }
  .person-list .list-item__image .image:before {
    content: none;
  }
  .person-list .list-item__image .catch {
    display: none;
  }
  .person-list .list-item__text {
    margin-top: -20px;
    margin-left: -20px;
  }
  .person-list .list-item__text .name {
    font-size: 1.4rem;
  }
  .person-list .list-item__text .name:last-child {
    padding-left: 35px;
  }
  .person-list .list-item__text .name p {
    padding-top: 7px;
  }
  .person-list .list-item__text .text-info {
    margin-top: 10px;
    font-size: 1rem;
  }
  .person-list .list-item01 .list-item__text .name:last-child p:before {
    width: 90px;
  }
  .person-list .list-item01 .list-item__text .name p:before {
    width: 60px;
  }
  .person-list .list-item02 .list-item__text .name p:before {
    width: 95px;
  }
  .person-list .list-item03 .list-item__text .name:last-child p:before {
    width: 95px;
  }
  .person-list .list-item03 .list-item__text .name p:before {
    width: 110px;
  }
  .person-list .list-item04 .list-item__text .name:last-child p:before {
    width: 80px;
  }
  .person-list .list-item04 .list-item__text .name p:before {
    width: 50px;
  }
  .person-list .list-item05 .list-item__text .name:last-child p:before {
    width: 85px;
  }
  .person-list .list-item05 .list-item__text .name p:before {
    width: 75px;
  }
  .person-list .list-item06 .list-item__text .name:last-child p:before {
    width: 65px;
  }
  .person-list .list-item06 .list-item__text .name p:before {
    width: 75px;
  }
  .person-list .list-item07 .list-item__text .name:last-child p:before {
    width: 90px;
  }
  .person-list .list-item07 .list-item__text .name p:before {
    width: 40px;
  }
  .person-list .list-item08 .list-item__text .name p:before {
    width: 65px;
  }
  .person-list .list-item09 .list-item__text .name:last-child p:before {
    width: 60px;
  }
  .person-list .list-item09 .list-item__text .name p:before {
    width: 55px;
  }
  .person-list .list-item10 .list-item__text .name:last-child p:before {
    width: 73px;
  }
  .person-list .list-item10 .list-item__text .name p:before {
    width: 73px;
  }
  .person-list .list-item11 .list-item__text .name:last-child p:before {
    width: 131px;
  }
  .person-list .list-item11 .list-item__text .name p:before {
    width: 90px;
  }
  .person-list .list-item12 .list-item__text .name:last-child p:before {
    width: 120px;
  }
  .person-list .list-item12 .list-item__text .name p:before {
    width: 90px;
  }
  .person-list .list-item13 .list-item__text .name:last-child p:before {
    width: 135px;
  }
  .person-list .list-item13 .list-item__text .name p:before {
    width: 98px;
  }
  .person-list .list-item14 .list-item__text .name:last-child p:before {
    width: 94px;
  }
  .person-list .list-item14 .list-item__text .name p:before {
    width: 103px;
  }
  .person-list .list-item15 .list-item__text .name:last-child p:before {
    width: 105px;
  }
  .person-list .list-item15 .list-item__text .name p:before {
    width: 118px;
  }

  .person-article .person-profile {
    top: 67vw;
    margin-top: 0;
    right: 10px;
  }
  .person-article .person-profile__fix {
    top: 0;
  }
  .person-article .person-profile.bottom {
    bottom: 120px;
  }
  .person-article .person-profile .profile-name {
    font-size: 5rem;
    line-height: 1.1;
  }
  .person-article .person-profile .profile-text {
    display: none;
  }
  .person-article__top {
    padding: 0;
  }
  .person-article .article-head {
    width: 100%;
  }
  .person-article .article-head .head-title {
    position: static;
    padding-right: 15px;
    text-align: right;
    margin-bottom: 10px;
  }
  .person-article .article-head .title-text__en {
    font-size: 1.8rem;
  }
  .person-article .article-head .title-text__ja {
    display: none;
  }
  .person-article .article-head .head-image {
    padding-left: 40px;
  }
  .person-article .article-lead {
    padding: 0 40px;
  }
  .person-article .article-lead .lead-text {
    font-size: 3.733vw;
    margin-left: -16.5%;
    top: calc(-3.733vw - 22px);
  }
  .person-article .article-lead .lead-text .sub {
    font-size: 2.667vw;
    line-height: 1.5;
    margin-left: 0;
  }
  .person-article .article-lead .lead-text p {
    position: relative;
    margin-left: -20px;
  }
  .person-article .article-lead .lead-text p:first-child {
    margin-left: 0;
  }
  .person-article .article-lead .lead-text p span {
    padding-top: 22px;
    padding-right: 15px;
  }
  .person-article .article-lead .lead-catch {
    width: 100%;
    margin-top: 20px;
    font-size: 1.1rem;
    margin-bottom: 45px;
  }
  .person-article .article-lead .lead-interview {
    width: 100%;
  }
  .person-article .article-lead__inner {
    padding: 0 12.5% 50px;
  }
  .person-article .article-lead__inner:before {
    width: 200%;
    height: calc(100% + 90px);
    top: -90px;
    left: -40px;
  }
  .person-article .interview {
    font-size: 1.1rem;
    margin-bottom: 45px;
  }
  .person-article .interview-image {
    margin-top: 40px;
    padding-top: 45px;
    position: relative;
  }
  .person-article .interview-image .image01 {
    width: 75%;
  }
  .person-article .interview-image .image02 {
    width: 37.5%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .person-article__bottom {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .person-article .bottom-contents {
    padding: 0;
  }
  .person-article .chapter-lead {
    width: 100%;
    padding: 0 12.5%;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .person-article .chapter-lead .lead-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .person-article .chapter-lead .lead-text {
    font-size: 1.4rem;
  }
  .person-article .chapter-interview {
    width: 100%;
  }
  .person-article .chapter-interview .interview {
    padding: 0 12.5%;
  }

  .person-article01 .article-lead .lead-text p:first-child {
    margin-left: -20px;
  }
  .person-article01 .article-lead .lead-text p:nth-child(2) {
    margin-left: 20px;
  }
  .person-article01 .article-lead .lead-text .sub {
    margin-left: -20px;
  }

  .person-article08 .article-lead .lead-text .sub span {
    min-width: 88%;
  }

  .person-article09 .article-lead .lead-text .sub span {
    min-width: 95%;
  }
}
@media only screen and (min-width: 768px) {
  .person-article05 .article-lead .lead-text p:first-child span {
    padding-right: 140px;
  }
  .person-article05 .article-lead .lead-text p.sub span {
    padding-right: 100px;
  }
}
/*------------------------------------------
  specialtalk
------------------------------------------*/
.BD-specialtalk .global-nav__item03 .nav-link__pc, .BD-case1 .global-nav__item03 .nav-link__pc, .BD-case2 .global-nav__item03 .nav-link__pc, .BD-case3 .global-nav__item03 .nav-link__pc, .BD-case4 .global-nav__item03 .nav-link__pc, .BD-case5 .global-nav__item03 .nav-link__pc, .BD-case6 .global-nav__item03 .nav-link__pc {
  color: #fff;
}
.BD-specialtalk .global-nav__item03 .nav-link__pc:before, .BD-case1 .global-nav__item03 .nav-link__pc:before, .BD-case2 .global-nav__item03 .nav-link__pc:before, .BD-case3 .global-nav__item03 .nav-link__pc:before, .BD-case4 .global-nav__item03 .nav-link__pc:before, .BD-case5 .global-nav__item03 .nav-link__pc:before, .BD-case6 .global-nav__item03 .nav-link__pc:before {
  width: 100%;
  left: 0;
}

.BD-specialtalk .page-head__title .title__ja {
  padding-left: 3px;
}

.BD-case1 .relation-section .special-item-wrapper .special-item01 {
  display: none;
}

.BD-case2 .relation-section .special-item-wrapper .special-item02 {
  display: none;
}

.BD-case3 .relation-section .special-item-wrapper .special-item03 {
  display: none;
}

.BD-case4 .relation-section .special-item-wrapper .special-item04 {
  display: none;
}

.BD-case5 .relation-section .special-item-wrapper .special-item05 {
  display: none;
}

.BD-case6 .relation-section .special-item-wrapper .special-item06 {
  display: none;
}

.specialtalk-list .special-item {
  width: 45%;
  margin-top: 75px;
}
.specialtalk-list .special-item:first-child, .specialtalk-list .special-item:nth-child(2) {
  margin-top: 0;
}
.specialtalk-list .special-item:nth-child(2n) {
  margin-left: auto;
}

.case-top-title {
  position: fixed;
  top: 50px;
  right: 30px;
  z-index: 1;
  transition: 0.5s;
}
.case-top-title .title-main {
  transition: margin 0.5s;
}
.case-top-title .title-main .text img {
  transition: width 0.2s;
}
.case-top-title .num {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
}
.case-top-title .title-sub {
  transition: margin 0.5s;
  margin-left: 20px;
  padding-top: 5px;
}
.case-top-title .title-main {
  position: relative;
  padding-top: 5px;
}
.case-top-title.active .num {
  opacity: 1;
}
.case-top-title.active .title-main {
  margin-top: 90px;
}
.case-top-title.active .title-main .text img {
  width: 46px;
}
.case-top-title.active .title-sub {
  margin-top: 90px;
  margin-left: 15px;
}
.case-top-title.bottom {
  position: absolute;
  top: auto;
}

.case-article {
  position: relative;
  padding-top: 120px;
}
.case-article__thumb {
  margin-bottom: 70px;
}
.case-article__thumb .thumb__inner {
  padding: 0 8.333%;
}
.case-article__thumb .thumb__image {
  padding: 0 10%;
}
.case-article__head {
  padding-bottom: 90px;
}
.case-article__head .head__inner {
  padding: 0 8.333%;
}
.case-article__head .head__text {
  padding-left: 5%;
  padding-right: 10%;
}
.case-article__head .case-lead {
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 25px;
}
.case-article__head .case-lead p {
  margin-bottom: 20px;
}
.case-article__head .case-lead p:last-child {
  margin-bottom: 0;
}
.case-article__head .case-lead span {
  display: inline-block;
  border-bottom: 2px solid #000;
}
.case-article__head .case-profile {
  margin-bottom: 25px;
  line-height: 1.8;
}
.case-article__head .case-text {
  width: 35.2%;
  margin-left: auto;
  line-height: 1.95;
  text-align: justify;
}
.case-article__head .case-text p {
  margin-bottom: 1.5em;
}
.case-article__head .case-text p:last-child {
  margin-bottom: 0;
}
.case-article__visual {
  margin-bottom: 115px;
}
.case-article__visual:last-child {
  margin-bottom: 0;
}
.case-article__contents {
  margin-bottom: 115px;
}
.case-article__contents:last-child {
  margin-bottom: 0;
}
.case-article__contents .contents__inner {
  padding-left: 24.999%;
  padding-right: 16.666%;
}
.case-article .interview {
  margin-bottom: 95px;
}
.case-article .interview:last-child {
  margin-bottom: 0;
}
.case-article .interview p {
  line-height: 1.95;
  margin-bottom: 45px;
}
.case-article .interview p:last-child {
  margin-bottom: 0;
}
.case-article .interview-lead {
  margin-bottom: 45px;
  font-size: 2rem;
  line-height: 1.8;
}
.case-article .interview-answer {
  color: #6a6e6c;
}
.case-article .interview-answer strong {
  color: #000;
  font-weight: normal;
}

@media only screen and (max-width: 1240px) {
  .specialtalk-list .special-item__title .title img {
    width: 38%;
  }
}
@media only screen and (max-width: 1024px) {
  .specialtalk-list .special-item__title .title img {
    width: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .BD-case1 .main-contents, .BD-case2 .main-contents, .BD-case3 .main-contents, .BD-case4 .main-contents {
    padding-top: 48px;
  }

  .BD-specialtalk .main-contents {
    padding-top: 35px;
  }
  .BD-specialtalk .page-head__title .title__ja {
    padding-left: 2px;
  }

  .specialtalk-list .special-item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 55px;
  }
  .specialtalk-list .special-item:last-child {
    margin-bottom: 0;
  }

  .case-top-title {
    position: absolute !important;
    top: 30px !important;
    right: auto;
    left: 25px;
  }
  .case-top-title .num {
    display: none;
  }
  .case-top-title .title-sub {
    margin-top: 0 !important;
    margin-left: 10px !important;
    padding-top: 0;
  }
  .case-top-title .title-sub img {
    width: 10px;
  }
  .case-top-title .title-main {
    padding-top: 0;
    margin-top: 0 !important;
  }
  .case-top-title .title-main .text img {
    width: 30px !important;
  }

  .case-article {
    padding-top: 0;
  }
  .case-article__thumb {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .case-article__thumb .thumb__inner {
    padding: 0;
  }
  .case-article__thumb .thumb__image {
    padding: 0;
  }
  .case-article__head {
    padding-bottom: 60px;
  }
  .case-article__head .head__inner {
    padding: 0;
  }
  .case-article__head .head__text {
    padding: 0;
  }
  .case-article__head .case-lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .case-article__head .case-lead p {
    margin-bottom: 10px;
  }
  .case-article__head .case-lead span {
    border-bottom: 1px solid #000;
  }
  .case-article__head .case-profile {
    font-size: 1rem;
    margin-bottom: 45px;
  }
  .case-article__head .case-text {
    width: 62.5%;
    font-size: 1.1rem;
  }
  .case-article__visual {
    margin-bottom: 55px;
  }
  .case-article__contents {
    margin-bottom: 55px;
  }
  .case-article__contents .contents__inner {
    padding: 0;
  }
  .case-article .interview {
    font-size: 1.1rem;
    margin-bottom: 60px;
  }
  .case-article .interview p {
    margin-bottom: 25px;
  }
  .case-article .interview-lead {
    margin-bottom: 35px;
    font-size: 1.4rem;
  }
}
/*------------------------------------------
  job
------------------------------------------*/
.BD-job .global-nav__item04 .nav-link__pc {
  color: #fff;
}
.BD-job .global-nav__item04 .nav-link__pc:before {
  width: 100%;
  left: 0;
}
.BD-job .page-section {
  margin-bottom: 155px;
}
.BD-job .page-section .sec__title {
  margin-bottom: 40px;
}

.job-lead {
  margin-bottom: 160px;
}
.job-lead .lead__image {
  margin-bottom: 40px;
}
.job-lead .lead__text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.job-lead .lead__text strong {
  border-bottom: 1px dashed #000;
}

.job-section .sec__lead {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

.job-section01 .sec__title span {
  background: #d8e2e3;
}

.job-section02 .sec__title span {
  background: #edece5;
}

.job-section03 .sec__title span {
  background: #e1dce2;
}

.job-section04 .sec__title span {
  background: #e8eeec;
  font-size: 2.8rem;
  padding: 10px 0 8px;
}
.job-section04 .sec__title span:after {
  content: "ャ";
  font-size: 2rem;
}

.job-section05 .sec__title span {
  background: #d8dee3;
}

.job-section06 .sec__title span {
  background: #f3eadb;
}

.job-section07 .sec__title span {
  background: #e9dee1;
}

.job-model {
  padding: 20px 0;
  border: 1px solid #000;
  text-align: center;
}
.job-model__block {
  width: 50%;
  padding: 20px 30px 40px;
  position: relative;
  border-right: 1px dashed #000;
  box-sizing: border-box;
}
.job-model__block:last-child {
  border-right: none;
}
.job-model .block-title {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

.job-business {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.job-business .business-block {
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #000;
  display: table;
  min-height: 60px;
}
.job-business .business-block .block-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
}
.job-business .business-block .block-title {
  font-size: 2.2rem;
  margin-bottom: 4px;
}
.job-business .business-block .block-title span {
  font-size: 2.4rem;
}
.job-business .business-block .block-text {
  color: #6a6e6c;
  font-size: 1.4rem;
  line-height: 1.78;
}
.job-business .business-block01 {
  background: #f2f2ed;
  position: relative;
}
.job-business .business-block02 {
  background: #f2eff2;
}
.job-business .business-block03 {
  background: #ecf1f2;
}

.job-business .business-box {
  border: 1px solid #000;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .job-business .business-box {
    padding: 8px;
  }
}
.job-business .business-box .business-box-mds {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .job-business .business-box .business-box-mds {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.job-business .business-box .block-area {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .job-business .business-box .business-block01 {
    width: 50%;
    margin-bottom: 0;
  }
}
.job-business .box01 .block-area:after {
  content: "連携";
  font-size: 1.6rem;
  width: 96px;
  box-sizing: border-box;
  line-height: 55px;
  background-image: url(../images/job/arrow-business_r.svg), url(../images/job/arrow-business_l.svg);
  background-repeat: no-repeat;
  background-position: top left, bottom left;
  background-size: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .job-business .box01 .block-area:after {
    font-size: 1.1rem;
    width: 56px;
    line-height: 33px;
    bottom: 20px;
  }
}

.block-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.block-wrapper:after {
  content: "承継";
  font-size: 1.6rem;
  width: 96px;
  box-sizing: border-box;
  line-height: 55px;
  background-image: url(../images/job/arrow-business_r.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
  position: absolute;
  bottom: 29px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .block-wrapper:after {
    font-size: 1.1rem;
    width: 56px;
    line-height: 33px;
    bottom: 22px;
  }
}
.block-wrapper .box02 {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.block-wrapper .box02 .business-block {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .block-wrapper .box02 .business-block {
    margin-bottom: -1px;
  }
}
.block-wrapper .box02 .block-area {
  margin-top: auto;
  flex-direction: column;
}

.box-image {
  margin: 50px 0 70px;
}
@media only screen and (max-width: 768px) {
  .box-image {
    margin: 30px 0 50px;
  }
}

.job-business__text {
  text-align: center;
  position: relative;
  background: #edece5;
  padding: 20px;
}
.job-business__text .title {
  position: absolute;
  font-size: 1.8rem;
  background: #d4d2c1;
  padding: 0.5em 1.1em;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
}
.job-business__text .title span {
  font-size: 1.9rem;
}
.job-business__text .text {
  padding: 35px 1em;
  background: #fff;
  font-size: 1.8rem;
}

.job-evaluation {
  text-align: center;
  position: relative;
}
.job-evaluation:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background: url(../images/job/ico-close.png) no-repeat center;
  background-size: 40px;
}
.job-evaluation .box {
  width: 50%;
  box-sizing: border-box;
}
.job-evaluation .box:nth-child(odd) {
  padding-right: 35px;
}
.job-evaluation .box:nth-child(even) {
  padding-left: 35px;
}
.job-evaluation .box__inner {
  background: rgba(142, 172, 159, 0.2);
  padding: 32px 0;
}
.job-evaluation .box-title {
  font-size: 2.2rem;
}
.job-evaluation .box-text {
  font-size: 1.4rem;
  color: #6a6e6c;
  line-height: 1.78;
  margin-top: 0.5em;
}

.job-block {
  box-sizing: border-box;
  border: 1px solid #000;
  margin-bottom: 20px;
  position: relative;
  padding: 25px 30px 30px;
  overflow: hidden;
}
.job-block .block-title {
  font-size: 2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.job-block .block-title .logo {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.job-block .block-image {
  float: right;
  margin-left: 15px;
}
.job-block .block-text {
  font-size: 1.4rem;
  color: #6a6e6c;
  line-height: 1.78;
  margin-bottom: 20px;
}
.job-block .block-text:last-child {
  margin-bottom: 0;
}
.job-block .text-box {
  background: rgba(225, 220, 226, 0.3);
  padding: 20px 25px;
  margin-bottom: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.job-block .text-box:last-child {
  margin-bottom: 0;
}
.job-block .text-box .box-title {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.job-block .text-box .box-text {
  font-size: 1.4rem;
  color: #6a6e6c;
  line-height: 1.78;
}
.job-block .text-box .box-text span {
  text-decoration: underline;
  color: #dc8299;
}
.job-block .text-box .box-image {
  float: right;
  margin-left: 25px;
}
.job-block .text-box__wrap {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.job-block .text-box__wrap .text-box {
  width: calc(50% - 5px);
  margin-bottom: 0;
}
.job-block .text-box__wrap .text-box__large {
  margin-top: 10px;
  width: 100%;
}
.job-block .follow-label {
  position: relative;
  width: 60px;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 50px 1em 1em;
  line-height: 1.1;
}
.job-block .follow-label:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  z-index: 1;
}
.job-block .follow-contents {
  width: calc(100% - 80px);
  margin-left: auto;
  padding-top: 30px;
}
.job-block .follow-contents .lead {
  font-size: 1.4rem;
  padding: 1em 0;
}
.job-block .follow01 .follow-label {
  padding-top: 1em;
  background: #e1dce2;
}
.job-block .follow01 .follow-label:after {
  border-color: #e1dce2 transparent transparent transparent;
}
.job-block .follow01 .follow-contents {
  padding-top: 0;
}
.job-block .follow02 .follow-label {
  background: #d4cdd5;
}
.job-block .follow02 .follow-label:after {
  border-color: #d4cdd5 transparent transparent transparent;
}
.job-block .follow03 .follow-label {
  background: #c7bfc9;
}
.job-block .follow03 .follow-label:after {
  content: none;
}
.job-block .follow03 .follow-contents {
  padding-bottom: 30px;
}

.job-welfare {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .BD-job .page-section {
    margin-bottom: 85px;
  }
  .BD-job .page-section .sec__title {
    margin-bottom: 25px;
  }

  .job-section .sec__lead {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .job-section04 .sec__title span {
    font-size: 1.9rem;
    padding: 7px 0 6px;
  }
  .job-section04 .sec__title span:after {
    font-size: 1.3rem;
  }

  .job-lead {
    margin-bottom: 65px;
  }
  .job-lead .lead__image {
    margin-bottom: 20px;
  }
  .job-lead .lead__text {
    font-size: 1.2rem;
  }

  .job-model {
    padding: 0 10px;
  }
  .job-model__block {
    width: 100%;
    padding: 20px 10px;
    border-right: none;
    border-bottom: 1px dashed #000;
  }
  .job-model__block:last-child {
    border-bottom: none;
  }
  .job-model .block-title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .job-business {
    margin-top: 30px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .job-business .business-block {
    min-height: auto;
    display: block;
  }
  .job-business .business-block .block-inner {
    display: block;
    padding: 20px 1em;
  }
  .job-business .business-block .block-title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .job-business .business-block .block-title span {
    font-size: 1.6rem;
  }
  .job-business .business-block .block-text {
    font-size: 1rem;
  }
  .job-business .business-block01 {
    width: 100%;
    margin: 0 0 20px;
  }
  .job-business .business-block01:after {
    font-size: 0.8rem;
    width: 48px;
    line-height: 46px;
    margin-left: -24px;
    bottom: -33px;
  }
  .job-business .business-block02 {
    float: none;
    width: calc(50% - 10px);
  }
  .job-business .business-block02 .block-text {
    text-align: left;
  }
  .job-business .business-block03 {
    float: none;
    margin-left: auto;
    width: calc(50% - 10px);
  }
  .job-business .business-block03 .block-text {
    text-align: left;
  }

  .job-business__text {
    padding: 15px;
  }
  .job-business__text .title {
    font-size: 1.2rem;
    top: -10px;
  }
  .job-business__text .title span {
    font-size: 1.3rem;
  }
  .job-business__text .text {
    padding: 18px;
    font-size: 1.2rem;
  }

  .job-evaluation:after {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    background-size: 30px;
  }
  .job-evaluation .box {
    width: 100%;
    margin-bottom: 5px;
  }
  .job-evaluation .box:last-child {
    margin-bottom: 0;
  }
  .job-evaluation .box:nth-child(odd) {
    padding-right: 0;
  }
  .job-evaluation .box:nth-child(even) {
    padding-left: 0;
  }
  .job-evaluation .box__inner {
    padding: 25px 0;
  }
  .job-evaluation .box-title {
    font-size: 1.5rem;
  }
  .job-evaluation .box-text {
    font-size: 1rem;
  }

  .job-block {
    padding: 20px;
    margin-bottom: 10px;
  }
  .job-block .block-title {
    font-size: 1.2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .job-block .block-title .logo {
    bottom: 10px;
  }
  .job-block .block-title .logo-i-parco {
    width: 55px;
  }
  .job-block .block-text {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .job-block .text-box {
    padding: 15px;
    margin-bottom: 5px;
  }
  .job-block .text-box .box-title {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .job-block .text-box .box-text {
    font-size: 1rem;
  }
  .job-block .text-box .box-image {
    float: none;
    margin: 0 0 5px;
  }
  .job-block .text-box__wrap .text-box {
    width: 100%;
    margin-bottom: 5px;
  }
  .job-block .text-box__wrap .text-box__large {
    margin-top: 0;
  }
  .job-block .follow-label {
    width: 30px;
    font-size: 1.1rem;
    padding: 25px 0.5em 1em;
  }
  .job-block .follow-label:after {
    border-width: 15px 15px 0 15px;
  }
  .job-block .follow-contents {
    width: calc(100% - 40px);
    padding-top: 25px;
  }
  .job-block .follow-contents .lead {
    font-size: 1rem;
    padding: 0 0 0.5em;
  }
  .job-block .follow01 .follow-label {
    padding-top: 1em;
  }
  .job-block .follow01 .follow-contents {
    padding-top: 0;
  }
  .job-block .follow01 .follow-contents .lead {
    padding-top: 1em;
  }
  .job-block .follow03 .follow-contents {
    padding-bottom: 0;
  }

  .job-welfare {
    margin-bottom: 20px;
  }
}
/*------------------------------------------
  recruit
------------------------------------------*/
.BD-recruit .global-nav__item05 .nav-link__pc {
  color: #fff;
}
.BD-recruit .global-nav__item05 .nav-link__pc:before {
  width: 100%;
  left: 0;
}

.recruit-sammary table {
  width: 100%;
}
.recruit-sammary tr {
  border-bottom: 1px dashed #000;
}
.recruit-sammary th, .recruit-sammary td {
  padding: 25px 0;
}
.recruit-sammary th {
  width: 20%;
  text-align: left;
  font-size: 1.6rem;
}
.recruit-sammary td {
  font-size: 1.4rem;
  color: #6a6e6c;
  line-height: 1.8;
}

.recruit-step__block {
  padding: 10px 0;
  border: 1px solid #000;
  -webkit-align-items: center;
  align-items: center;
  min-height: 74px;
  position: relative;
  margin-bottom: 40px;
}
.recruit-step__block:last-child {
  margin-bottom: 0;
}
.recruit-step__block:last-child:after {
  content: none;
}
.recruit-step__block:before {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  left: 10%;
  top: 10px;
  background: #000;
}
.recruit-step__block:after {
  content: "";
  width: 14px;
  height: 48px;
  background-image: url(../images/common/arrow01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -7px;
}
.recruit-step__block .block-text {
  box-sizing: border-box;
}
.recruit-step__block .block-text__left {
  width: 40%;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
}
.recruit-step__block .block-text__right {
  width: 55%;
  margin-left: auto;
}
.recruit-step__block .step-label {
  text-align: center;
  width: 25%;
  font-size: 1.2rem;
  line-height: 1.1;
}
.recruit-step__block .step-label span {
  font-size: 2.8rem;
}
.recruit-step__block .step-title {
  width: 75%;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}
.recruit-step__block .step-text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #6a6e6c;
  text-align: right;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .recruit-sammary tr:first-child th {
    padding-top: 10px;
  }
  .recruit-sammary th, .recruit-sammary td {
    display: block;
    width: 100%;
  }
  .recruit-sammary th {
    font-size: 1.1rem;
    padding-bottom: 0;
  }
  .recruit-sammary td {
    font-size: 1rem;
    padding-top: 10px;
  }

  .recruit-step__block {
    padding: 20px 0;
    min-height: auto;
    margin-bottom: 25px;
    padding-left: 50px;
  }
  .recruit-step__block:before {
    left: 50px;
    height: calc(100% - 10px);
    top: 5px;
  }
  .recruit-step__block:after {
    width: 7px;
    height: 22px;
    background-image: url(../images/common/arrow01-sp.png);
    background-size: 7px;
    bottom: -15px;
    margin-left: -3.5px;
  }
  .recruit-step__block .block-text__left {
    width: 100%;
    position: static;
  }
  .recruit-step__block .block-text__right {
    width: 100%;
  }
  .recruit-step__block .step-label {
    width: 50px;
    position: absolute;
    font-size: 0.8rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .recruit-step__block .step-label span {
    font-size: 1.9rem;
  }
  .recruit-step__block .step-title {
    width: 100%;
    padding-left: 15px;
    font-size: 1.2rem;
  }
  .recruit-step__block .step-text {
    font-size: 1rem;
    text-align: left;
    padding: 0 15px;
    margin-top: 6px;
  }
}
/*------------------------------------------
  faq
------------------------------------------*/
.BD-faq .global-nav__item06 .nav-link__pc {
  color: #fff;
}
.BD-faq .global-nav__item06 .nav-link__pc:before {
  width: 100%;
  left: 0;
}

.faq-block .question {
  display: inline-block;
  background: #f6fafa;
  padding-top: 50px;
  padding-right: 70px;
  position: relative;
}
.faq-block .question:before {
  position: absolute;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #fff;
  right: 0;
  left: auto;
}
.faq-block .question:hover:before {
  width: 100%;
  left: 0;
}
.faq-block .question__text {
  font-size: 2rem;
  position: relative;
  padding-left: 40px;
}
.faq-block .question__text span {
  font-size: 2.4rem;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 1.1;
}
.faq-block .answer {
  padding-left: 40px;
  padding-bottom: 40px;
}
.faq-block .answer__text {
  background: #f6fafa;
  font-size: 1.4rem;
  color: #6a6e6c;
  padding-top: 20px;
  padding-right: 70px;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .faq-block .question {
    padding-top: 35px;
    padding-right: 35px;
  }
  .faq-block .question:before {
    content: none;
  }
  .faq-block .question__text {
    font-size: 1.3rem;
    padding-left: 25px;
  }
  .faq-block .question__text span {
    font-size: 1.6rem;
    width: 25px;
  }
  .faq-block .answer {
    padding-left: 25px;
    padding-bottom: 20px;
  }
  .faq-block .answer__text {
    font-size: 1rem;
    padding-right: 35px;
  }
}
/*# sourceMappingURL=map/layout.css.map */