@charset "UTF-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
ベース
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.l-wrapper * {
  box-sizing: border-box;
  text-align: justify;
}
@media all and (-ms-high-contrast: none) {
  .hp-noJustity {
    text-align: left;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
ベース
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body {
  /*SPタップ時のハイライトを消す*/
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'Noto Sans JP', "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif;
}

*:focus {
  /*chromeで表示される青枠を消す*/
  outline: none;
}

.hp-text--red { color: #e60020 !important;}
.hp-text--white { color: #fff !important;}
.hp-text--black { color: #000 !important;}
.hp-bg--red { background-color: #e60020 !important;}
.hp-bg--black { background-color: #000 !important;}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
共通_レイヤーグループ
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.l-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0) !important;
}
.l-wrapper.hp-top::after {
  /* background-image: url(/people/img/top/top_bg_line.png) !important; */
  background-size: cover !important;
  background-position: 0 24px !important;
  position: fixed;
  width: 100%;
  height: 100vh;
  bottom: 0;
  content: '';
  background-repeat: no-repeat;
  z-index: -1;
}
.l-kv {
  /* max-width: 1400px; */
  width: 100%;
  position: relative;
}

.l-work {
  margin-top: 70px;
  overflow: hidden;
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-environment,
.l-recruitment {
  margin-top: 89px;
  overflow: hidden;
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-otherList,
.l-admin,
.l-tech {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*　スマホ向け：767pxまで適用　*/
@media screen and (max-width:767px) {
  .l-wrapper {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  .l-wrapper.hp-top::after {
    /* background-image: url(/people/img/top/top_bg_line_sp.png) !important; */
    background-size: cover !important;
    background-position: 0 -4vw !important;
    position: fixed;
    width: 100%;
    height: 100vh;
    bottom: 0;
    content: '';
    background-repeat: repeat;
    z-index: -1;
  }
  .l-kv {
    max-width: 1400px;
    width: 100%;
  }
  .l-work {
    margin-top: 14vw;
  }
  .l-environment,
  .l-recruitment {
    margin-top: 14vw;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
共通_見出し・テキスト
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.c-titleCenter {
  color: #fff;
  text-align: center;
  margin-bottom: 89px;
  font-size: 28px;
  font-weight: 500;
  font-family: "Josefin Sans";
}
.c-titleCenter_inner {
  display: inline-block;
  line-height: 0.5;
  font-size: 54px;
  position: relative;
  background-color: #000;
  vertical-align: text-top;
  padding-top: 0.22em;
}
.c-titleLeft {
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.c-titleLeft--borderBottom {
  font-weight: 600;
  font-size: 36px;
  font-family: "Josefin Sans";
  letter-spacing: 0.01em;
  position: relative;
}
.c-titleLeft--borderBottom::after {
  content: "";
  position: absolute;
  width: 0.3em;
  height: 2px;
  background: #000;
  left: 0;
  bottom: -18px;
}
.c-titleLeft--triangleLeft {
  color: #e60020;
  padding-left: 0.7em;
  position: relative;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 38px;
  letter-spacing: 0.01em;
}
.c-titleLeft--triangleLeft::before {
  position: absolute;
  top: 0;
  left: 0.1em;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.38em 0.38em 0 0;
  border-color: currentColor transparent transparent transparent;
}
.c-text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 0.7em;
}
.c-text--small {
  font-size: 12px;
}

@media screen and (max-width:1239px) {
  .c-titleLeft--triangleLeft {
    margin-bottom: 15px;
  }
  .c-titleLeft {
    font-size: 28px;
    white-space: nowrap;
  }
}
/*　スマホ向け：767pxまで適用　*/
@media screen and (max-width:767px) {
  .c-titleCenter {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    font-family: "Josefin Sans";
    margin-bottom: 5vw;
  }
  .c-titleCenter--mb0 {
    margin-bottom: 0;
  }
  .c-titleCenter_inner {
    display: inline-block;
    line-height: 0.5;
    font-size: 10.5vw;
    position: relative;
    background-color: #000;
    vertical-align: text-top;
    padding-top: 0.22em;
  }
  .c-titleLeft {
    font-weight: 500;
    margin-bottom: 5vw;
    font-size: 6vw;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .c-titleLeft.hp-small {
    font-size: 5.5vw;
  }
  .c-titleLeft--borderBottom {
    font-weight: 600;
    font-size: 36px;
    font-family: "Josefin Sans";
    letter-spacing: 0.01em;
    position: relative;
  }
  .c-titleLeft--borderBottom::after {
    content: "";
    position: absolute;
    width: 0.3em;
    height: 2px;
    background: #000;
    left: 0;
    bottom: -18px;
  }
  .c-titleLeft--triangleLeft {
    color: #e60020;
    padding-left: 0.7em;
    position: relative;
    font-weight: 500;
    font-size: 6vw;
    margin-bottom: 3vw;
    letter-spacing: 0.01em;
  }
  .c-titleLeft--triangleLeft::before {
    position: absolute;
    top: 0;
    left: 0.1em;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.38em 0.38em 0 0;
    border-color: currentColor transparent transparent transparent;
  }
  .c-text {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 0.7em;
  }
  .c-text--small {
    font-size: 12px;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
KV
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.c-kv__img {
  text-align: right;
  position: relative;
}
.c-kv__img > img {
  width: 85.7%;
}

/* TOPのKV */
.c-kv__img.hp-top {
  text-align: right;
}
.c-kv__img.hp-top >img {
  width: 100%;
}
.c-kv__img.hp-top::before {
  content: "";
  position: absolute;
  width: 57.1%;
  padding-top: 6%;
  top: 46%;
  left: 50%;
  transform: translate(-50%,0);
  background-image: url(/people/img/top/kv_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 800px;
}

/*　スマホ向け：767pxまで適用　*/
@media screen and (max-width:767px) {
  .c-kv__img {
    text-align: right;
    position: relative;
  }

  /* TOPのKV */
  .c-kv__img.hp-top {
    text-align: right;
  }
  .c-kv__img.hp-top >img {
    width: 100%;
  }
  .c-kv__img.hp-top::before {
    content: "";
    position: absolute;
    width: 92%;
    height: 10px;
    top: 35.2%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/people/img/top/kv_title.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 8%;
  }
  .c-kv__img >img {
    width: 96%;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
STAFF（詳細ページ）_KVのPROFILE
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.l-kv__body {
  min-width: 50%;
  max-width: 90%;
  background: #e60020;
  position: relative;
  margin-top: -16%;
  display: inline-block;
}
.c-kv__lead {
  text-align: justify;
  position: absolute;
  top: -131px;
  left: 7vw;
}
.c-kv__lead.hp-top {
  font-size: 18px;
  text-align: center;
  position: relative;
  left: 0;
  line-height: 1.9;
  top: -6vw;
}
@media screen and (min-width:1400px) {
  .c-kv__lead.hp-top {
    top: -88px;
  }
}
.c-kv__lead.hp-top::after {
  position: absolute;
  content: "";
  width: 0.7em;
  height: 2px;
  background: #000;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
}
.c-kv__lead__sublead {
  display: block;
  color: #e60020;
  font-size: 16px;
  font-family: "Josefin Sans";
  margin-bottom: 4px;
}
.c-kv__lead__inner {
  display: inline-block;
  color: #fff;
  background: #000;
  line-height: 1;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 58px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* .c-kv__lead.hp-staff17 {
  top: -272px;
} */


.p-profile {
  padding-top: 79px;
  padding-left: 7vw;
  padding-right: 100px;
  padding-bottom: 52px;
  color: #fff;
}
.p-profile > *:last-child {
  margin-bottom: 0;
}
.c-profile__job {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.c-profile__name {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1.4em;
  position: relative;
}
.c-profile__name::before {
  position: absolute;
  content: "";
  width: 0.9em;
  height: 2px;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}
.c-profile__joiningYear {
  display: block;
  letter-spacing: 0.02em;
}
.c-profile__department {
  display: block;
  margin-top: 11px;
}
.c-profile__educationalBg {
  display: block;
  letter-spacing: 0.01em;
  margin-top: -3px;
}

@media screen and (max-width:1199px) {
  .c-kv__lead {
    text-align: justify;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 2vw;
    top: 0;
    left: 0;
  }
  .c-kv__lead__sublead {
    display: block;
    color: #e60020;
    font-family: "Josefin Sans";
    margin-bottom: 4px;
    position: absolute;
    top: -50%;
  }
  .c-kv__lead__inner {
    display: inline-block;
    color: #fff;
    background: #000;
    line-height: 1;
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 58px;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
    white-space: nowrap;
    position: absolute;
    top: -10%;
  }
  .c-kv__lead__inner--small {
    font-size: 48px;
  }
  .c-kv__lead__inner:nth-child(2) {
    top: -37%;
  }
  .c-kv__lead.hp-staff12 {
    top: 0;
  }
  .c-kv__lead.hp-staff12 .c-kv__lead__sublead {
    top: -31%;
  }
  .c-kv__lead.hp-staff12 .c-kv__lead__inner:nth-child(2) {
    top: -22%;
  }
  .c-kv__lead.hp-staff12 .c-kv__lead__inner:nth-child(4) {
    top: -6%;
  }
  /* .c-kv__lead.hp-staff17 .c-kv__lead__sublead {
    top: -85%;
  }
  .c-kv__lead.hp-staff17 .c-kv__lead__inner {
    font-size: 48px;
  }
  .c-kv__lead.hp-staff17 .c-kv__lead__inner:nth-child(2) {
    top: -71%;
  }
  .c-kv__lead.hp-staff17 .c-kv__lead__inner:nth-child(4) {
    top: -50%;
  }
  .c-kv__lead.hp-staff17 .c-kv__lead__inner:nth-child(6) {
    top: -29%;
  }
  .c-kv__lead.hp-staff17 .c-kv__lead__inner:nth-child(8) {
    top: -8%;
  } */
  
  .p-profile {
    padding-right: 6vw;
    padding-top: 11%;
    padding-left: 2vw;
    padding-bottom: 8%;
  }
  .c-profile__job {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.5;
  }
  .c-profile__name {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 1.4em;
    position: relative;
  }
  .l-kv__body {
    margin-top: -10%;
  }
}
  /*　スマホ向け：767pxまで適用　*/
@media screen and (max-width:767px) {
  /* STAFF_赤色のボックス */
  .l-kv__body {
    min-width: 96%;
    width: 96%;
    background: #e60020;
    position: relative;
    margin-top: -3%;
  }
  .c-kv__lead {
    text-align: justify;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 8vw;
    top: 0;
    left: 0;
  }
  .c-kv__lead.hp-top {
    font-size: 3.8vw;
    text-align: center;
    position: relative;
    left: 0;
    line-height: 1.98;
    top: 1px;
    font-weight: 400;
  }
  .c-kv__lead.hp-top::after {
    position: absolute;
    content: "";
    width: 0.7em;
    height: 2px;
    background: #000;
    bottom: -7vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-kv__lead__sublead {
    display: block;
    color: #e60020;
    font-size: 3.2vw;
    font-family: "Josefin Sans";
    margin-bottom: 4px;
    position: absolute;
    top: -43%;
  }
  .c-kv__lead__inner {
    display: inline-block;
    color: #fff;
    background: #000;
    line-height: 1;
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 7.5vw;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
    white-space: nowrap;
    position: absolute;
    top: -8%;
  }
  .c-kv__lead__inner--small {
    font-size: 6.5vw;
  }
  .c-kv__lead__inner:nth-child(2) {
    top: -30%;
  }
  .c-kv__lead__inner:nth-child(2).c-kv__lead__inner--small {
    top: -14vw;
  }
  .c-kv__lead__inner:nth-child(3).c-kv__lead__inner--small {
    top: -4vw;
  }
  /* .c-kv__lead.hp-staff17 .c-kv__lead__sublead {
    top: -66%;
  }
  .c-kv__lead.hp-staff17 .c-kv__lead__inner {
    font-size: 6.5vw;
  }
  .c-kv__lead.hp-staff17 .c-kv__lead__inner:nth-child(2) {
    top: -54%;
  }
  .c-kv__lead.hp-staff17 .c-kv__lead__inner:nth-child(4) {
    top: -38%;
  }
  .c-kv__lead.hp-staff17 .c-kv__lead__inner:nth-child(6) {
    top: -22%;
  }
  .c-kv__lead.hp-staff17 .c-kv__lead__inner:nth-child(8) {
    top: -6%;
  } */
  .p-profile {
    background: #e60020;
    color: #fff;
    font-size: 2.8vw;
    padding-top: 8.2vw;
    padding-left: 7.9vw;
    padding-bottom: 8vw;
  }
  .p-profile > *:last-child {
    margin-bottom: 0;
  }
  .c-profile__job {
    font-size: 7.5vw;
    font-weight: 500;
    line-height: 1.3;
  }
  .c-profile__name {
    font-size: 7.5vw;
    font-weight: 500;
    line-height: 1.3;
    padding-left: 1.9em;
    position: relative;
  }
  .c-profile__name::before {
    position: absolute;
    content: "";
    width: 1.4em;
    height: 0.07em;
    top: 56%;
    left: 0.1em;
    transform: translateY(-50%);
    background-color: #fff;
  }
  .c-profile__joiningYear {
    display: block;
    letter-spacing: 0.02em;
  }
  .c-profile__department {
    display: block;
    margin-top: 11px;
  }
  .c-profile__educationalBg {
    display: block;
    letter-spacing: 0.01em;
    margin-top: -3px;
  }
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
STAFF（詳細ページ）_WORK
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


.l-mediaBox {
  width: 1400px;
  display: flex;
  flex-direction: column;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-mediaCard {
  width: 100%;
  display: flex;
  min-height: 0%;
}
.p-mediaCard:nth-child(2n) {
  flex-direction: row-reverse;
  margin-top: 150px;
}
.p-mediaCard:nth-child(2n+3) {
  margin-top: 110px;
}
.p-mediaCard__body {
  width: 50%;
  padding-left: 100px;
  padding-right: 58px;
  min-height: 0%;
}
.p-mediaCard.hp-imgSmall .p-mediaCard__body {
  width: 64%;
}
.p-mediaCard.hp-imgSmall .p-mediaCard__img {
  width: 36%;
  position: relative;
}
.p-mediaCard.hp-imgSmall .p-mediaCard__img > div img {
  width: 100%;
}
.p-mediaCard:nth-child(2n) .p-mediaCard__body {
  padding-left: 58px;
  padding-right: 100px;
}
.p-mediaCard.hp-100p {
  margin-top: 115px;
}
.p-mediaCard.hp-100p .p-mediaCard__body {
  width: 100%;
  padding-right: 111px;
  padding-left: 100px;
}
.p-mediaCard__img {
  width: 50%;
  position: relative;
  display: inline-block;
  min-height: 0%;
}
.p-mediaCard__img > div img {
  z-index: 9;
  position: inherit;
  min-height: 0%;
}
.p-mediaCard:nth-child(2n) .p-mediaCard__img > div img {
  width: 94.5%;
}
.p-mediaCard__img > div {
  position: relative;
}
.p-mediaCard__img > div img {
  position: relative;
  z-index: 2;
}
.p-mediaCard__img > div::after {
  position: absolute;
  content: "";
  background-image: url(/people/img/common/bg_pattern01.png);
  width: 94%;
  height: 100%;
  right: 0;
  top: 8%;
  z-index: 1;
  transition: 0.3s  0.3s ease;
}
.p-mediaCard:nth-child(2n) .p-mediaCard__img::after {
  width: 100%;
}
.c-skewImg {
  width: 100%;
  margin-top: 25px;
  min-height: 0%;
  overflow: hidden;
  position: relative;
}
.c-skewImg > img {
  width: 100%;
}
.c-skewImg::after {
  content: "";
  width: 100%;
  height: 86%;
  background: #e60020;
  position: absolute;
  top: 21%;
  left: -100%;
  transform: skewY(-4deg);
}

.c-skewImg.is-skew > img {
  animation: passing-img 1s ease 0s 1 normal forwards;
}
.c-skewImg.is-skew::after {
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

@keyframes passing-bar{
  0% {
    left: -100%;
    top: 21%;
	}
	50% {
    top: 7%;
    left: 0;
	}
	60% {
    top: 7%;
		left: 0;
	}
	100% {
    top: -7%;
		left: 100%;
	}
}
@keyframes passing-img{
  0% {
    visibility: hidden;
	}
	50% {
    visibility: hidden;
	}
	60% {
    visibility: visible;
	}
	100% {
    visibility: visible;
	}
}


@media screen and (max-width:1239px) {
  .l-mediaBox {
    width: 100%;
    left: 0;
    transform: none;
  }
  .p-mediaCard__body {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-mediaCard__img {
    width: 40%;
  }
  .p-mediaCard.hp-imgSmall .p-mediaCard__body {
    padding-left: 20px;
    padding-right: 20px;
    width: 60%;
  }
  .p-mediaCard.hp-100p .p-mediaCard__body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-mediaCard:nth-child(2n) {
    margin-top: 5vw;
  }
  .p-mediaCard.hp-100p {
    margin-top: 5vw;
  }
  .p-mediaCard:nth-child(2n+3) {
    margin-top: 5vw;
  }
  .p-mediaCard:nth-child(2n) .p-mediaCard__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-mediaCard.hp-imgSmall .p-mediaCard__img {
    width: 40%;
  }
}

/*　スマホ向け：767pxまで適用　*/
@media screen and (max-width:767px) {
  .l-mediaBox {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .p-mediaCard {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .p-mediaCard:nth-child(2n) {
    flex-direction: column;
    margin-top: 10vw;
  }
  .p-mediaCard:nth-child(2n+3) {
    margin-top: 10vw;
  }
  .p-mediaCard__body {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-mediaCard:nth-child(2n) .p-mediaCard__body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-mediaCard.hp-100p {
    margin-top: 10vw;
  }
  .p-mediaCard.hp-100p .p-mediaCard__body {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-mediaCard__img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    margin-bottom: 10vw;
  }
  .p-mediaCard__img > div img {
    width: 94.5%;
    z-index: 9;
    position: inherit;
  }
  .p-mediaCard:nth-child(2n) .p-mediaCard__img > div img {
    width: 94.5%;
  }
  .p-mediaCard__img > div {
    position: relative;
  }
  .p-mediaCard__img > div img {
    position: relative;
    z-index: 2;
  }
  .p-mediaCard__img > div::after {
    position: absolute;
    content: "";
    background-image: url(/people/img/common/bg_pattern01.png);
    width: 94%;
    height: 100%;
    right: 0;
    top: 8%;
    z-index: 1;
  }
  .p-mediaCard:nth-child(2n) .p-mediaCard__img::after {
    width: 100%;
  }
  .p-mediaCard.hp-imgSmall .p-mediaCard__body {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-mediaCard.hp-imgSmall .p-mediaCard__img {
    width: 100%;
    position: relative;
  }
  .p-mediaCard.hp-imgSmall .p-mediaCard__img > div img {
    width: 94.5%;
  }
  .c-skewImg {
    margin-top: 3vw;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
STAFF（詳細ページ）_SCHEDULE
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.l-schedule {
  background-color: #f7f7f7;
  margin-top: -50px;
  padding-top: 50px;
  padding-bottom: 50px;
  transform: skew(0, 4deg);
  position: relative;
  z-index: 9;
}
.l-schedule__inner {
  max-width: 1240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  transform: skew(0, -4deg);
}
.l-schedule::after {
  position: absolute;
  content: "";
  background-image: url(/people/img/common/bg_pattern01.png);
  width: 100%;
  height: 36px;
  right: 0;
  bottom: -36px;
  z-index: -9;
}
.l-scheduleBox {
  max-width: 1080px;
  width: 100%;
  margin: 23px auto 0;
  display: flex;
  justify-content: space-between;
}
.l-scheduleBox__left {
  width: 44%;
}
.l-scheduleBox__right {
  width: 44%;
  margin-right: 2%;
}
.p-schedule {
  position: relative;
}
.p-schedule::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 0%;
  background-color: #e60020;
  top: 1em;
  left: 4.2em;
}
.l-scheduleBox__right .p-schedule:last-child::before {
  content: none;
}
.p-schedule.hp-noText {
  padding-bottom: 28px;
}
.p-schedule__title {
  font-weight: 500;
  font-size: 18px;
}
.p-schedule__title__time {
  font-family: "Josefin Sans";
  display: inline-block;
  width: 5.5em;
  position: relative;
  vertical-align: middle;
}
.p-schedule__title__time::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #e60020;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.p-schedule__title__toDo {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.p-schedule__text {
  font-size: 14px;
  padding-left: 7.4em;
  line-height: 1.6;
  padding-bottom: 29px;
}

.l-scheduleBox.is-show .p-schedule.hp-01::before {
  transition: 0.4s linear 0s;
  height: 100%;
}
.l-scheduleBox.is-show .p-schedule.hp-02::before {
  transition: 0.4s linear 0.4s;
  height: 100%;
}
.l-scheduleBox.is-show .p-schedule.hp-03::before {
  transition: 0.3s linear 0.8s;
  height: 100%;
}
.l-scheduleBox.is-show .p-schedule.hp-03.hp-half::before {
  transition: 0.3s linear 0.8s;
  height: 65%;
}
.l-scheduleBox.is-show .p-schedule.hp-04::before {
  transition: 0.3s linear 1.1s;
  height: 100%;
}
.l-scheduleBox.is-show .p-schedule.hp-04.hp-half::before {
  transition: 0.3s linear 1.1s;
  height: 65%;
}
.l-scheduleBox.is-show .p-schedule.hp-05::before {
  transition: 0.4s linear 1.4s;
  height: 100%;
}
.l-scheduleBox.is-show .p-schedule.hp-06::before {
  transition: 0.4s linear 1.8s;
  height: 100%;
}
.l-scheduleBox.is-show .p-schedule.hp-06.hp-last::before {
  transition: 0.4s linear 1.8s;
  height: 0;
}
.l-scheduleBox.is-show .p-schedule.hp-07::before {
  transition: 0.4s linear 2.2s;
  height: 100%;
}
.l-scheduleBox.is-show .p-schedule.hp-07.hp-last::before {
  transition: 0.4s linear 2.2s;
  height: 0;
}
.l-scheduleBox.is-show .p-schedule.hp-08::before {
  transition: 0.4s linear 2.6s;
  height: 100%;
}
.l-scheduleBox.is-show .p-schedule.hp-08.hp-last::before {
  transition: 0.4s linear 2.6s;
  height: 0;
}


@media screen and (max-width:767px) {
  .l-schedule {
    background-color: #f7f7f7;
    margin-top: -5vw;
    padding-top: 50px;
    padding-bottom: 50px;
    transform: skew(0, 4deg);
    position: relative;
    z-index: 9;
  }
  .l-schedule__inner {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    transform: skew(0, -4deg);
  }
  .l-schedule::after {
    position: absolute;
    content: "";
    background-image: url(/people/img/common/bg_pattern01.png);
    width: 100%;
    height: 36px;
    right: 0;
    bottom: -36px;
    z-index: -9;
  }
  .l-scheduleBox {
    max-width: 1080px;
    width: 100%;
    margin: 23px auto 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .l-scheduleBox__left {
    width: 100%;
  }
  .l-scheduleBox__right {
    width: 100%;
  }
  .p-schedule {
    position: relative;
  }
  .p-schedule::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 0%;
    background-color: #e60020;
    top: 1em;
    left: 4.2em;
  }
  .l-scheduleBox.is-show .p-schedule.hp-01::before {
    transition: 0.4s linear 0s;
    height: 100%;
  }
  .l-scheduleBox.is-show .p-schedule.hp-02::before {
    transition: 0.4s linear 0.4s;
    height: 100%;
  }
  .l-scheduleBox.is-show .p-schedule.hp-03::before {
    transition: 0.3s linear 0.8s;
    height: 100%;
  }
  .l-scheduleBox.is-show .p-schedule.hp-03.hp-half::before {
    transition: 0.3s linear 0.8s;
    height: 100%;
  }
  .l-scheduleBox.is-show .p-schedule.hp-04::before {
    transition: 0.3s linear 1.1s;
    height: 100%;
  }
  .l-scheduleBox.is-show .p-schedule.hp-04.hp-half::before {
    transition: 0.3s linear 1.1s;
    height: 100%;
  }
  .l-scheduleBox.is-show .p-schedule.hp-05::before {
    transition: 0.4s linear 1.4s;
    height: 100%;
  }
  .l-scheduleBox.is-show .p-schedule.hp-06::before {
    transition: 0.4s linear 1.8s;
    height: 100%;
  }
  .l-scheduleBox.is-show .p-schedule.hp-06.hp-last::before {
    transition: 0.4s linear 1.8s;
    height: 0;
  }
  .l-scheduleBox.is-show .p-schedule.hp-07::before {
    transition: 0.4s linear 2.2s;
    height: 100%;
  }
  .l-scheduleBox.is-show .p-schedule.hp-07.hp-last::before {
    transition: 0.4s linear 2.2s;
    height: 0;
  }
  .l-scheduleBox.is-show .p-schedule.hp-08::before {
    transition: 0.4s linear 2.6s;
    height: 100%;
  }
  .l-scheduleBox.is-show .p-schedule.hp-08.hp-last::before {
    transition: 0.4s linear 2.6s;
    height: 0;
  }
  .p-schedule.hp-noText {
    padding-bottom: 28px;
  }
  .p-schedule__title {
    font-weight: 500;
    font-size: 18px;
  }
  .p-schedule__title__time {
    font-family: "Josefin Sans";
    display: inline-block;
    width: 5.5em;
    position: relative;
    vertical-align: middle;
  }
  .p-schedule__title__time::after {
    position: absolute;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #e60020;
    right: 1.45em;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-schedule__title__toDo {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 50vw;
  }
  .p-schedule__text {
    font-size: 14px;
    padding-left: 7.4em;
    line-height: 1.6;
    padding-bottom: 29px;
  }
}

@media screen and (max-width:424px) {
  .l-scheduleBox {
    max-width: 1080px;
    width: 100%;
    margin: 23px auto 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
OtherList
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.l-otherList {
  margin-top: 105px;
  margin-bottom: 90px;
  padding-right: 20px;
  padding-left: 20px;
}
.l-otherList__inner {
  margin-top: 0;
  margin-bottom: 26px;
}
/* .l-otherListBox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  grid-gap: 19px;
} */
.c-titleSquare {
  color: #fff;
  background-color: #000;
  width: 100%;
  padding-top: 100%;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 0;
  position: relative;
  grid-row-start: 1;
  grid-row-end: 6;
}
.c-titleSquare > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* @media screen and (max-width:767px) {
  .l-otherListBox {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 19px;
  }
  .c-titleSquare {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 4;
    padding-top: 60px;
  }
  .l-otherList__inner {
    margin-top: 0px;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width:619px) {
  .l-otherListBox {
    grid-template-columns: 1fr 1fr;
    grid-gap: 19px;
  }
  .c-titleSquare {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-top: 60px;
  }
} */

.p-otherListCard {
  margin-bottom: 18px;
}
.p-otherListCard.hp-comingsoon {
  pointer-events: none;
}
.p-otherListCard.hp-comingsoon .c-otherListCard__img {
  padding-top: 100%;
  background-image: url(/people/img/common/bg_pattern01.png);
  position: relative;
}
.p-otherListCard.hp-comingsoon .c-otherListCard__img::before {
  position: absolute;
  content: "Coming Soon";
  color: #c5c5c5;
  font-size: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: "Josefin Sans";
  white-space: nowrap;
}
.c-otherListCard__img {
  border: 1px solid transparent;
  padding: 0;
  transition: 0.1s all ease;
}
.p-otherListCard.selected {
  pointer-events: none;
}
.p-otherListCard.selected .c-otherListCard__img {
  padding: 5px;
  border: 1px solid #e60020;
  position: relative;
}
.p-otherListCard:hover .c-otherListCard__img {
  padding: 5px;
  border: 1px solid #e60020;
  position: relative;
  transition: 0.1s all ease;
}
.p-otherListCard.selected .c-otherListCard__img::after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2em 1.2em 0 0;
  border-color: #e60020 transparent transparent transparent;
}
.c-otherListCard__body {
  font-size: 14px;
  line-height: 1.7;
}
.c-otherListCard__body__job {
  text-align: center;
  margin-top: 10px;
}
.c-otherListCard__body__name {
  text-align: center;
}


/* @media screen and (-ms-high-contrast: none) {
  .l-otherList__inner {
    margin-top: -50px;
    margin-bottom: 81px;
  }
  .l-otherListBox {
    display: flex;
    flex-wrap: wrap;
  }
  .p-otherListCard,
  .c-titleSquare {
    width: calc(( 100% / 7 ) - 16px);
  }
  .p-otherListCard {
    margin-bottom: 36px;
  }
  .p-otherListCard:not(:first-child) {
    margin-left: 18px;
  }
  .p-otherListCard:nth-child(6n+8) {
    margin-left: calc(( 100% / 7 ));
  }
  .c-titleSquare {
    padding-top: 12.9%;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width:1399px) {
  .p-otherListCard,
  .c-titleSquare {
    width: calc(( 100% / 6 ) - 15px);
  }
  .p-otherListCard {
    margin-bottom: 36px;
  }
  .p-otherListCard:not(:first-child) {
    margin-left: 16px;
  }
  .p-otherListCard:nth-child(5n+7) {
    margin-left: calc(( 100% / 6 ));
  }
  .c-titleSquare {
    padding-top: 15.2%;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width:1199px) {
  .p-otherListCard,
  .c-titleSquare {
    width: calc(( 100% / 5 ) - 15px);
  }
  .p-otherListCard {
    margin-bottom: 36px;
  }
  .p-otherListCard:not(:first-child) {
    margin-left: 18px;
  }
  .p-otherListCard:nth-child(4n+6) {
    margin-left: calc(( 100% / 5 ));
  }
  .c-titleSquare {
    padding-top: 18.7%;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width:999px) {
  .p-otherListCard,
  .c-titleSquare {
    width: calc(( 100% / 4 ) - 15px);
  }
  .p-otherListCard {
    margin-bottom: 36px;
  }
  .p-otherListCard:not(:first-child) {
    margin-left: 18px;
  }
  .p-otherListCard:nth-child(3n+5) {
    margin-left: calc(( 100% / 4 ));
  }
  .c-titleSquare {
    padding-top: 23.1%;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width:767px) {
  .l-otherList__inner {
    margin-top: 0px;
    margin-bottom: 10vw;
  }
  .c-titleSquare {
    width: 100%;
    padding-top: 10%;
    margin-bottom: 5vw;
  }
  .p-otherListCard {
    width: calc(( 100% / 2 ) - 2.5vw);
  }
  .p-otherListCard {
    margin-bottom: 36px;
  }
  .p-otherListCard:not(:first-child) {
    margin-left: 0;
  }
  .p-otherListCard:nth-child(2n+1) {
    margin-left: 5vw;
  }
  .l-otherListBox {
    grid-gap: 0;
  }
} */

.l-otherListBox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  grid-gap: 19px;
}
@media screen and (max-width:1399px) {
  .l-otherListBox {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    grid-gap: 15px;
  }
}
@media screen and (max-width:767px) {
  .l-otherListBox {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3vw;
  }
  .p-otherListCard.hp-comingsoon .c-otherListCard__img::before {
    font-size: 6vw;
  }
}
.l-otherListBox {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  grid-gap: 19px;
}
@media screen and (max-width:1399px) {
  .l-otherListBox {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    grid-gap: 15px;
  }
}
@media screen and (max-width:767px) {
  .l-otherListBox {
    -ms-grid-columns: 1fr 3vw 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3vw;
  }
}
@media screen and (-ms-high-contrast: none) {
  .l-otherListBox {
    display: flex;
    flex-wrap: wrap;
  }
  .p-otherListCard {
    width: calc(( 100% / 5 ) - 16px);
    margin-bottom: 20px;
  }
  .p-otherListCard:not(:first-child) {
    margin-left: 20px;
  }
  .p-otherListCard:nth-child(6) {
    margin-left: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width:1149px) {
  .p-otherListCard {
    width: calc(( 100% / 4 ) - 18px);
    margin-bottom: 20px;
  }
  .p-otherListCard:not(:first-child) {
    margin-left: 24px;
  }
  .p-otherListCard:nth-child(5) {
    margin-left: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width:924px) {
  .p-otherListCard {
    width: calc(( 100% / 3 ) - 20px);
    margin-bottom: 20px;
  }
  .p-otherListCard:not(:first-child) {
    margin-left: 30px;
  }
  .p-otherListCard:nth-child(5) {
    margin-left: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width:767px) {
  .p-otherListCard {
    width: calc(( 100% / 2 ) - 2.5vw);
    margin-bottom: 20px;
  }
  .p-otherListCard:not(:first-child) {
    margin-left: 5vw;
  }
  .p-otherListCard:nth-child(5) {
    margin-left: 0;
  }
}





/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
TOP
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.l-admin {
  margin-top: 77px;
  padding-right: 20px;
  padding-left: 20px;
}
.l-tech {
  margin-top: 18px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 300px;
}
.l-peopleThumBox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  grid-gap: 19px;
}
@media screen and (max-width:1399px) {
  .l-peopleThumBox {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    grid-gap: 15px;
  }
}
@media screen and (max-width:767px) {
  .l-peopleThumBox {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3vw;
  }
}
@media screen and (max-width:1399px) {
  .l-peopleThumBox {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    grid-gap: 15px;
  }
}
@media screen and (max-width:767px) {
  .l-peopleThumBox {
    -ms-grid-columns: 1fr 3vw 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3vw;
  }
}

.p-peopleThumCard {
  position: relative;
}
.p-peopleThumCard__img {
  border: 1px solid transparent;
  transition: 0.1s all ease;
}
.p-peopleThumCard:hover .p-peopleThumCard__img {
  border: 1px solid #e60020;
  padding: 4px;
  transition: 0.1s all ease;
}
.p-peopleThumCard.hp-comingsoon {
  pointer-events: none;
}
.p-peopleThumCard.hp-comingsoon .p-peopleThumCard__img {
  padding-top: 100%;
  background-image: url(/people/img/common/bg_pattern01.png);
  position: relative;
}
.p-peopleThumCard.hp-comingsoon .p-peopleThumCard__img::before {
  position: absolute;
  content: "Coming Soon";
  color: #c5c5c5;
  font-size: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: "Josefin Sans";
  white-space: nowrap;
}
.p-peopleThumCard__body {
  width: 84%;
  margin-left: auto;
  background-color: #fff;
  margin-top: -23px;
  padding-top: 22px;
  padding-bottom: 24px;
  padding-left: 30px;
  position: relative;
  z-index: 99;
}
.p-peopleThumCard__body::after {
  content: "";
  position: absolute;
}
/* .p-peopleThumCard.hp-comingsoon .c-peopleThumCard__body__joiningYear {
  padding-top: 14px;
} */
.c-peopleThumCard__body__joiningYear {
  font-size: 14px;
  font-weight: bold;
  color: #e60020;
  display: block;
}
.c-peopleThumCard__body__job {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1.4;
  margin-top: 5px;
}
.c-peopleThumCard__body__name {
  font-size: 16px;
  display: block;
  margin-top: 2px;
}

.c-peopleDesign {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 47px 0;
}
.c-peopleDesign img {
  width: 42%;
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
}
.c-peopleDesign .text {
  width: 48.5%;
  padding: 80px 0;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  background-color: #041F4C;
}


@media screen and (-ms-high-contrast: none) {
  .l-peopleThumBox {
    display: flex;
    flex-wrap: wrap;
  }
  .p-peopleThumCard {
    width: calc(( 100% / 5 ) - 16px);
    margin-bottom: 20px;
  }
  .p-peopleThumCard:not(:first-child) {
    margin-left: 20px;
  }
  .p-peopleThumCard:nth-child(6) {
    margin-left: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width:1149px) {
  .p-peopleThumCard {
    width: calc(( 100% / 4 ) - 18px);
    margin-bottom: 20px;
  }
  .p-peopleThumCard:not(:first-child) {
    margin-left: 24px;
  }
  .p-peopleThumCard:nth-child(5) {
    margin-left: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width:924px) {
  .p-peopleThumCard {
    width: calc(( 100% / 3 ) - 20px);
    margin-bottom: 20px;
  }
  .p-peopleThumCard:not(:first-child) {
    margin-left: 30px;
  }
  .p-peopleThumCard:nth-child(5) {
    margin-left: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width:767px) {
  .p-peopleThumCard {
    width: calc(( 100% / 2 ) - 2.5vw);
    margin-bottom: 20px;
  }
  .p-peopleThumCard:not(:first-child) {
    margin-left: 5vw;
  }
  .p-peopleThumCard:nth-child(5) {
    margin-left: 0;
  }
}

/*　スマホ向け：767pxまで適用　*/
@media screen and (max-width:767px) {
  .l-admin {
    margin-top: 15vw;
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-tech {
    margin-top: 5vw;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10vw;
  }
  .p-peopleThumCard.hp-comingsoon .p-peopleThumCard__img {
    padding-top: 100%;
    background-image: url(/people/img/common/bg_pattern01.png);
    position: relative;
  }
  .p-peopleThumCard.hp-comingsoon .p-peopleThumCard__img::before {
    position: absolute;
    content: "Coming Soon";
    color: #c5c5c5;
    font-size: 6vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: "Josefin Sans";
    white-space: nowrap;
  }
  .p-peopleThumCard__body {
    width: 90%;
    margin-left: auto;
    background-color: #fff;
    margin-top: -5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    position: relative;
    z-index: 999;
  }
  .p-peopleThumCard__body::after {
    content: "";
    position: absolute;
  }
  /* .p-peopleThumCard.hp-comingsoon .c-peopleThumCard__body__joiningYear {
    padding-top: 0;
  } */
  .c-peopleThumCard__body__joiningYear {
    font-size: 3.5vw;
    font-weight: bold;
    color: #e60020;
    display: block;
  }
  .c-peopleThumCard__body__job {
    font-size: 4vw;
    font-weight: bold;
    display: block;
    line-height: 1.4;
    margin-top: 5px;
  }
  .c-peopleThumCard__body__name {
    font-size: 4vw;
    display: block;
    margin-top: 2px;
  }
  .c-peopleDesign {
    display: block;
  }
  .c-peopleDesign .text {
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
  }
  .c-peopleDesign .img {
    width: 100%;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
ON・OFF指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.pc-on {
  display: block !important;
}
.pc-in {
  display: inline !important;
}
.pc-inblock {
  display: inline-block !important;
}
.sp-on {
  display: none !important;
}
.sp-in {
  display: none !important;
}
.sp-inblock {
  display: none !important;
}

@media screen and (max-width:767px) {
  .pc-on {
    display: none !important;
  }
  .pc-in {
    display: none !important;
  }
  .pc-inblock {
    display: none !important;
  }
  .sp-on {
    display: block !important;
  }
  .sp-in {
    display: inline !important;
  }
  .sp-inblock {
    display: inline-block !important;
  }
}

.is-show {
  transition: 0.3s all ease-in;
}
