@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* ======================================================================
 common
====================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  color: #333333;
}

html {
  font-size: 0.6944444vw;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.333333vw;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}

.wrap {
  overflow: hidden;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.inner {
  width: calc(100% - 16rem);
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 89.33%;
    margin: 0 auto;
  }
}

/* ======================================================================
 header
====================================================================== */
.header .header-inner {
  height: 200px;
  background-image: url(../img/top/cover.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .header .header-inner {
    height: 20rem;
  }
}

.header .header-inner .header-content {
  position: static;
}

.header .header-inner .header-content .header-logo {
  display: block;
}

.header .header-inner .header-content .header-logo img {
  visibility: visible;
}

.header .header-inner .header-content .header-nav {
  display: block;
}

.header .header-inner .header-content .header-nav a {
  font-size: 16px;
}

.header .header-inner .header-top {
  display: none;
}

.header .header-inner .header-top_description {
  display: none;
}

.header .header-inner .header-top_cover {
  display: none;
}

.header .header-inner .header-top_lead {
  display: none;
}

.header .header-inner .header-top_grade {
  display: none;
}

.header .header-inner .header-nav_bottom {
  display: none;
}

.header .header-inner .header-drawer {
  bottom: -70px;
}

.header .header-inner .header-drawer .drawer .header-nav_sp ul li a {
  display: inline-block;
  height: 15px !important;
  position: relative;
  margin-top: 2.26667vw;
  margin-bottom: 0.4vw;
}

.header .header-inner .header-drawer .drawer .header-nav_sp ul li a img {
  position: absolute;
  margin-top: 0;
  top: .6vw;
  right: calc(-4.66667vw - 1.33333vw);
}

/* ======================================================================
 entry
====================================================================== */
.entry {
  line-height: 1.6;
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .entry {
    margin-top: 25.3rem;
  }
}

/* ======================================================================
 footer
====================================================================== */
.footer {
  line-height: 1.6;
}

/* ======================================================================
 staff
====================================================================== */
/* ----------------------------------------------------------------------
 top_sec
---------------------------------------------------------------------- */
.top_sec {
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .top_sec {
    padding-top: 6.4rem;
  }
}

.top_sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_sec .inner .ttl {
  white-space: nowrap;
}

.top_sec .inner .ttl .main {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .09em;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .ttl .main {
    font-size: 4.2rem;
    margin-bottom: 2.9rem;
  }
}

.top_sec .inner .ttl .sub {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .ttl .sub {
    font-size: 2.2rem;
  }
}

.top_sec .inner .top_menu {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .top_menu {
    display: none;
  }
}

.top_sec .inner .top_menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_sec .inner .top_menu .list .item + .item {
  margin-left: 3.0rem;
}

.top_sec .inner .top_menu .list .item .link {
  font-weight: bold;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}

.top_sec .inner .top_menu .list .item.current {
  position: relative;
}

.top_sec .inner .top_menu .list .item.current .link {
  color: #ccc;
  opacity: 1;
}

.top_sec .inner .top_menu .list .item.current::before {
  content: '';
  display: block;
  width: 100%;
  height: .2rem;
  background-color: #efefef;
  position: absolute;
  left: 0;
  bottom: -6.2rem;
}

.top_sec .inner .top_menu .list .item:hover .link {
  color: #ccc;
  opacity: 1;
}

/* ----------------------------------------------------------------------
 profile_sec
---------------------------------------------------------------------- */
.profile_sec {
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .profile_sec {
    padding-top: 8rem;
  }
}

.profile_sec .inner {
  position: relative;
}

.profile_sec .inner .prof_ttl {
  position: absolute;
  bottom: 6rem;
  left: 6rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: .1em;
  color: #FFF;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_ttl {
    bottom: 2.2rem;
    left: 2.8rem;
    font-size: 2.4rem;
  }
}

.profile_sec .inner .jobtype {
  position: absolute;
  top: -1.8rem;
  left: -1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28rem;
  height: 6.4rem;
  z-index: 3;
}

.profile_sec .inner .jobtype.color01 {
  background: linear-gradient(-145deg, rgba(255, 150, 0, 0.75) 0%, rgba(255, 216, 0, 0.75) 82%);
}

.profile_sec .inner .jobtype.color02 {
  background: linear-gradient(-145deg, rgba(99, 14, 153, 0.75) 0%, rgba(196, 102, 255, 0.75) 82%);
}

.profile_sec .inner .jobtype.color03 {
  background: linear-gradient(-145deg, rgba(0, 102, 0, 0.75) 0%, rgba(73, 204, 51, 0.75) 82%);
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .jobtype {
    top: -1.4rem;
    left: -1rem;
    min-width: 22rem;
    height: 5rem;
  }
}

.profile_sec .inner .jobtype > span {
  font-weight: bold;
  font-size: 2.2rem;
  color: #FFF;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .jobtype > span {
    font-size: 4rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.profile_sec .inner .prof_img {
  position: relative;
  z-index: 2;
}

.profile_sec .inner .prof_img > img {
  width: 100%;
}

.profile_sec .inner .prof_txt {
  position: absolute;
  right: 0;
  bottom: -7.5rem;
  background-color: #FFF;
  padding: 6.1rem 0 7.3rem 5.6rem;
  -webkit-box-shadow: 0 0.8rem 1.8rem rgba(12, 0, 5, 0.1);
          box-shadow: 0 0.8rem 1.8rem rgba(12, 0, 5, 0.1);
  width: 83.2rem;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt {
    padding: 4.2rem 0 3.8rem 3.9rem;
    width: 54rem;
    right: -3.1rem;
    bottom: -5rem;
  }
}

.profile_sec .inner .prof_txt::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 10rem 0.8rem 1.8rem rgba(12, 0, 5, 0.1);
          box-shadow: 10rem 0.8rem 1.8rem rgba(12, 0, 5, 0.1);
  position: absolute;
  top: 0;
  right: -99.9%;
  z-index: 300;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt::after {
    display: none;
  }
}

.profile_sec .inner .prof_txt .name {
  font-weight: bold;
  font-size: 4.8rem;
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt .name {
    font-size: 3.6rem;
    margin-bottom: 2.7rem;
  }
}

.profile_sec .inner .prof_txt .name .sub {
  font-size: 2.8rem;
  margin-left: 2rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt .name .sub {
    font-size: 2.4rem;
  }
}

.profile_sec .inner .prof_txt .year {
  font-weight: bold;
  font-size: 1.6rem;
}

.profile_sec .inner .prof_txt .career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.3rem;
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt .career {
    margin-top: 2rem;
    margin-bottom: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt .career.col2 {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt .career.col2 .detail {
    position: relative;
    top: 1.5rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt .career.staff02 .detail {
    letter-spacing: -.1em;
  }
}

.profile_sec .inner .prof_txt .career .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #efefef;
  width: 13rem;
  height: 2.8rem;
  margin-right: 2.1rem;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt .career .heading {
    width: 10rem;
    height: 2.4rem;
    margin-right: 1.2rem;
  }
}

.profile_sec .inner .prof_txt .career .heading > span {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: .1em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt .career .heading > span {
    font-size: 2.4rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.profile_sec .inner .prof_txt .career .detail {
  font-weight: bold;
  font-size: 1.8rem;
}

.profile_sec .inner .prof_txt .career .detail .right_arrow {
  width: 1.9rem;
  position: relative;
  bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.2rem;
}

.profile_sec .inner .prof_txt .career .detail .right_arrow > img {
  width: 1.9rem;
}

.profile_sec .inner .prof_txt .memo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile_sec .inner .prof_txt .memo .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #efefef;
  width: 13rem;
  height: 2.8rem;
  margin-right: 2.1rem;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt .memo .heading {
    width: 10rem;
    height: 2.4rem;
    margin-right: 1.2rem;
  }
}

.profile_sec .inner .prof_txt .memo .heading > span {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: .1em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt .memo .heading > span {
    font-size: 2.4rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.profile_sec .inner .prof_txt .memo .detail {
  font-weight: bold;
  font-size: 1.8rem;
}

.profile_sec .inner .prof_bg01 {
  position: absolute;
  top: 27rem;
  left: -57.1rem;
  z-index: 1;
  width: 78.1rem;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_bg01 {
    top: 9.2rem;
    left: -24rem;
    width: 39rem;
  }
}

.profile_sec .inner .prof_bg01 > img {
  width: 100%;
}

.profile_sec .inner .prof_bg02 {
  position: absolute;
  right: -72rem;
  bottom: -16.5rem;
  width: 89.8rem;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_bg02 {
    right: -30.7rem;
    bottom: -10rem;
    width: 45.3rem;
  }
}

.profile_sec .inner .prof_bg02 > img {
  width: 100%;
}

.profile_sec .inner .menu_btn {
  display: none;
  width: 8.2rem;
  height: 8.2rem;
  background-color: #2e2727;
  border-radius: 8.2rem;
  position: absolute;
  right: 0;
  bottom: -17.2rem;
  z-index: 1000;
  cursor: pointer;
}

.profile_sec .inner .menu_btn .line_wrapper {
  width: 3.2rem;
  height: 2.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.profile_sec .inner .menu_btn .line {
  display: block;
  background-color: #FFF;
  height: 0.2rem;
}

.profile_sec .inner .menu_btn .line:nth-child(1) {
  width: 3rem;
}

.profile_sec .inner .menu_btn .line:nth-child(2) {
  width: 2.4rem;
  margin-top: 0.8rem;
}

.profile_sec .inner .menu_btn .line:nth-child(3) {
  width: 1.8rem;
  margin-top: 0.8rem;
}

/* ----------------------------------------------------------------------
 staff_story_sec
---------------------------------------------------------------------- */
.staff_story_sec {
  padding-top: 10rem;
  padding-bottom: 22rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec {
    padding-top: 12rem;
    padding-bottom: 20rem;
  }
}

.staff_story_sec .inner {
  width: calc(100% - 34rem);
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner {
    width: calc(100% - 12rem);
  }
}

.staff_story_sec .inner .sec_ttl {
  font-family: 'Cormorant Infant', serif;
  font-weight: 500;
  font-size: 16rem;
  opacity: .1;
  position: relative;
  left: -18.8rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .sec_ttl {
    font-size: 12rem;
    white-space: nowrap;
    left: -7rem;
    margin-bottom: 3rem;
  }
}

.staff_story_sec .inner .sub_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: .09em;
}

.staff_story_sec .inner .sub_ttl.sub_ttl03 {
  margin-top: 13rem;
  position: relative;
}

.staff_story_sec .inner .sub_ttl.sub_ttl03 .bg_img {
  position: absolute;
  z-index: -1;
  left: -93.5rem;
  top: -23rem;
  width: 90.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .sub_ttl.sub_ttl03 .bg_img {
    width: 45.2rem;
    left: -45.2rem;
    top: -36.5rem;
  }
}

.staff_story_sec .inner .sub_ttl.sub_ttl03 .bg_img > img {
  width: 100%;
}

.staff_story_sec .inner .sub_ttl.nowrap {
  white-space: nowrap;
}

.staff_story_sec .inner > .detail {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2;
  margin: 4rem 0;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner > .detail {
    font-size: 2.8rem;
    margin: 3rem 0;
  }
}

.staff_story_sec .inner > .img {
  margin: 6.5rem auto;
  width: 86rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner > .img {
    width: 56rem;
    margin: 5rem auto;
  }
}

.staff_story_sec .inner > .img > img {
  width: 100%;
}

.staff_story_sec .inner .schedule_box {
  background-color: #efefef;
  margin: 13rem 0;
  padding: 6.7rem 5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box {
    margin: 10rem 0;
    padding: 6.4rem 3rem 2.8rem;
    width: calc(100% + 4rem);
    position: relative;
    right: 2rem;
  }
}

.staff_story_sec .inner .schedule_box .box_ttl {
  margin-bottom: 6rem;
}

.staff_story_sec .inner .schedule_box .box_ttl .en {
  display: block;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: .1em;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .box_ttl .en {
    font-size: 1.8rem;
  }
}

.staff_story_sec .inner .schedule_box .box_ttl .jp {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .box_ttl .jp {
    font-size: 4.2rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line {
  background-color: #FFF;
  padding: 1.6rem 1rem 1.6rem 3.3rem;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 45.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* time_line left_side */
  /* time_line right_side */
  /* time_line01 */
  /* time_line02 */
  /* time_line03 */
  /* time_line04 */
  /* time_line05 */
  /* time_line06 */
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line {
    padding: 2.4rem 1rem 2.8rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3.5rem;
    width: 26rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line:last-child {
  margin-bottom: 0;
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line .img {
  width: 8.2rem;
  margin-right: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line .img {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line .img > img {
  width: 8.2rem;
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line .txt .ttl {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line .txt .ttl {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.3;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line .txt .detail {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: .5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line .txt .detail {
    font-size: 2rem;
    line-height: 1.4;
    padding: 0 1rem;
    margin-top: 1.2rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.left_side::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 1.4rem solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 1.4rem solid transparent;
  border-left: 2.2rem solid #FFF;
  position: absolute;
  right: -2.2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.left_side::before {
    border-top: 1.2rem solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-left: 2rem solid #FFF;
    right: -2rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.right_side::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 1.4rem solid transparent;
  border-right: 2.2rem solid #FFF;
  border-bottom: 1.4rem solid transparent;
  border-left: 0 solid transparent;
  position: absolute;
  left: -2.2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.right_side::before {
    border-top: 1.2rem solid transparent;
    border-right: 2rem solid #FFF;
    border-bottom: 1.2rem solid transparent;
    border-left: 0 solid transparent;
    left: -2rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_09 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_09 {
    margin-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_09::before {
  top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_09::before {
    top: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_09 .detail {
    letter-spacing: -.08em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_10 {
  margin-top: 3.4rem;
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_10 {
    margin-top: 0;
    margin-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_10::before {
  top: 6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_10::before {
    top: 16.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_12 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_12 {
    margin-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_12::before {
  top: 3rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_12::before {
    top: 1.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_13 {
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_13 {
    margin-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_13 .txt .detail {
  letter-spacing: -.08em;
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_13::before {
  top: 7rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_13::before {
    top: 9.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_15 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_15 {
    margin-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_15::before {
  top: 4rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_15::before {
    top: 7rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_16 {
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_16 {
    margin-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_16::before {
  top: 7.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_16::before {
    top: 3rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_18::before {
  top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_18::before {
    top: 2.7rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_19::before {
  top: 8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line01_19::before {
    top: 2rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_09 {
  margin-bottom: 2.8em;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_09 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 1.4em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_09::before {
  top: 5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_09::before {
    top: 9.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_10 {
  margin-top: 6rem;
  margin-bottom: 3.2rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_10 {
    margin-top: 4rem;
    margin-bottom: 2.4em;
    padding-top: 2.4rem;
    padding-bottom: 1.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_10::before {
  top: 5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_10::before {
    top: 15rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_11 {
  margin-bottom: 2.8rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_11 {
    margin-bottom: 2.4em;
    padding-top: 2.4rem;
    padding-bottom: 1rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_11::before {
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_11::before {
    top: 2.8rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_12 {
  margin-bottom: 3.2rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_12 {
    margin-bottom: 4em;
    padding-top: 2.4rem;
    padding-bottom: 1.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_12::before {
  top: 4rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_12::before {
    top: 9rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_13 {
  margin-bottom: 2.8rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_13 {
    margin-bottom: 1.4em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    letter-spacing: -.15em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_13::before {
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_13::before {
    top: 3.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_15 {
  margin-bottom: 3.2rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_15 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_15::before {
  top: 3.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_15::before {
    top: 17.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_16 {
  margin-bottom: 2.8rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_16 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4em;
    letter-spacing: -.15em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_16::before {
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_16::before {
    top: 3.8rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_17 {
  margin-bottom: .6rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_17 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_17::before {
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_17::before {
    top: 13.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_18 {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_18 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_18::before {
  top: 0rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_18::before {
    top: 3.4rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line02_18 .img {
    margin: 0 auto 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_09 {
    margin-bottom: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_09::before {
  top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_09::before {
    top: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_09 .txt .ttl {
    letter-spacing: -.1em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_10 {
  margin-top: 3.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_10 {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_10::before {
  top: 5.7rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_10::before {
    top: 17rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_10 .detail {
    letter-spacing: -.09em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_12 {
  margin-bottom: 8.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_12 {
    margin-bottom: 8.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_12::before {
  top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_12::before {
    top: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_12 .img {
    margin: 0 auto 1.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_13 {
  margin-bottom: 8.4rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_13 {
    margin-bottom: 6rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_13::before {
  top: 4rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_13::before {
    top: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_13 .img {
    margin: 0 auto 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_13 .detail {
    letter-spacing: -.09em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_17::before {
  top: 7rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_17::before {
    top: 16.5rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_17 .img {
    margin: 0 auto 1.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_18::before {
  top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_18::before {
    top: 7.2rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_18 .img {
    margin: 0 auto 1.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_19::before {
  top: 4.2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_19::before {
    top: 5.5rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line03_19 .img {
    margin: 0 auto 1.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_09 {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_09 {
    margin-bottom: .8em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_09::before {
  top: 6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_09::before {
    top: 11.2rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_09_30 {
  margin-top: 2rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_09_30 {
    margin-top: 2rem;
    margin-bottom: 1.8em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_09_30::before {
  top: 7rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_09_30::before {
    top: 14.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_10 {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_10 {
    margin-top: 0;
    margin-bottom: 1.4em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_10::before {
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_10::before {
    top: 1.1rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_11 {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_11 {
    margin-top: 0;
    margin-bottom: 1.8em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_11::before {
  top: 4rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_11::before {
    top: 3rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_12 {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_12 {
    margin-bottom: 1.8em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_12::before {
  top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_12::before {
    top: 5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_13 {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_13 {
    margin-bottom: 1.8em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_13::before {
  top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_13::before {
    top: 3.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_14 {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_14 {
    margin-bottom: 1.8em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_14::before {
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_14::before {
    top: 8.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_15 {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_15 {
    margin-bottom: 1rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_15::before {
  top: 3rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_15::before {
    top: 6.7rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_16 {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_16 {
    margin-bottom: 1.4em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_16::before {
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_16::before {
    top: 8.7rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_17 {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_17 {
    margin-bottom: 1.4em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_17::before {
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_17::before {
    top: 1.2rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_18 {
  margin-bottom: 1.6rem;
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_18::before {
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_18::before {
    top: 9.6rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_19::before {
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line04_19::before {
    top: 5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_09 {
  margin-bottom: .6rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_09 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    margin-bottom: 1rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_09::before {
  top: 5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_09::before {
    top: 14.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_09_30 {
  margin-top: 1rem;
  margin-bottom: .8rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_09_30 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-top: 9rem;
    margin-bottom: 6.4em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_09_30::before {
  top: 7rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_09_30::before {
    top: 12rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_10 {
  margin-bottom: .6rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_10 {
    margin-top: 0;
    margin-bottom: 1.4em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_10::before {
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_10::before {
    top: 0rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_11_30 {
  margin-bottom: .8rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_11_30 {
    margin-bottom: 1.4em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_11_30::before {
  top: 6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_11_30::before {
    top: 14.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_12 {
  margin-bottom: .6rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_12 {
    margin-bottom: 1.4em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_12::before {
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_12::before {
    top: 7rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_13_30 {
  margin-bottom: .8rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_13_30 {
    margin-bottom: 1.4em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_13_30::before {
  top: 8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_13_30::before {
    top: 24.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_14 {
  margin-bottom: .6rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_14 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 1.4em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_14::before {
  top: 3.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_14::before {
    top: 17rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_14_30 {
  margin-bottom: .8rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_14_30 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 1.4em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_14_30::before {
  top: 0rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_14_30::before {
    top: 8rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_15_30 {
  margin-bottom: .6rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_15_30 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 1.4em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_15_30::before {
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_15_30::before {
    top: 10rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_16 {
  margin-bottom: .8rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_16 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 1.4em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_16::before {
  top: 0rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_16::before {
    top: 5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_17 {
  margin-bottom: .6rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_17 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 1.4em;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_17::before {
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_17::before {
    top: 10.5rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_18 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_18::before {
  top: 0rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_18::before {
    top: 9.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_19 {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_19 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_19::before {
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line05_19::before {
    top: 3rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_09 {
  margin-bottom: 1.9em;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_09 {
    margin-bottom: 1.4em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_09::before {
  top: 5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_09::before {
    top: 11.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_10 {
  margin-top: 6.8em;
  margin-bottom: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_10 {
    margin-top: 2rem;
    margin-bottom: 5.5em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_10::before {
  top: 4rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_10::before {
    top: 21rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_11 {
  margin-bottom: 1.9em;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_11 {
    margin-bottom: 1.4em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_11::before {
  top: 5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_11::before {
    top: 9.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_12 {
  margin-bottom: 1.9rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_12 {
    margin-bottom: 4.4em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_12::before {
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_12::before {
    top: 11.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_13 {
  margin-bottom: 1.9em;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_13 {
    margin-bottom: 4.4em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_13::before {
  top: 4rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_13::before {
    top: 7rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_14 {
  margin-bottom: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_14 {
    margin-bottom: 1.3em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_14::before {
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_14::before {
    top: 12.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_15 {
  margin-bottom: 1.9em;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_15 {
    margin-bottom: 1.4em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_15::before {
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_15::before {
    top: 10.5rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_15 .img {
    margin: 0 auto 1.5rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_17 {
  margin-bottom: .6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_17 {
    margin-bottom: 1.4em;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_17::before {
  top: 4rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_17::before {
    top: 13rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_17 .img {
    margin: 0 auto 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_18 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_18::before {
  top: 4rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_line_list .time_line.time_line06_18::before {
    top: 5.7rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_list {
    width: 8.9rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_list .time {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_list .time {
    margin-bottom: 7rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_list .time:last-child {
  margin-bottom: 0;
}

.staff_story_sec .inner .schedule_box .time_table .time_list.time02 .time {
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_list.time02 .time {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_list.time02 .time:nth-child(12) {
    margin-bottom: 0;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_list.time04 .time {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_list.time04 .time {
    margin-bottom: 10rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_list.time04 .time:last-child {
  margin-bottom: 0;
}

.staff_story_sec .inner .schedule_box .time_table .time_list.time05 .time {
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_list.time05 .time {
    margin-bottom: 13rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_list.time05 .time:last-child {
  margin-bottom: 0;
}

.staff_story_sec .inner .schedule_box .time_table .time_list.time06 .time {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_list.time06 .time {
    margin-bottom: 10rem;
  }
}

.staff_story_sec .inner .schedule_box .time_table .time_list.time06 .time:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box .time_table .time_list.time06 .time:nth-child(12) {
    margin-bottom: 0;
  }
}

.staff_story_sec .inner .schedule_box > .bg_img {
  position: absolute;
  right: 0;
  bottom: -7.2rem;
  right: -47.4rem;
  z-index: -1;
  width: 70.8rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .schedule_box > .bg_img {
    width: 62.6rem;
    bottom: -3.2rem;
    right: -38.4rem;
  }
}

.staff_story_sec .inner .schedule_box > .bg_img > img {
  width: 100%;
}

.staff_story_sec .inner .messege {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .messege {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10rem;
  }
}

.staff_story_sec .inner .messege .img {
  text-align: left;
  position: relative;
  right: -7.3rem;
  width: 40.3rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .messege .img {
    right: 0;
    bottom: -5rem;
  }
}

.staff_story_sec .inner .messege .img > img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .messege .img > img {
    width: 40.3rem;
  }
}

.staff_story_sec .inner .messege .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 63.2rem;
  height: 63.2rem;
  border: .8rem solid #efefef;
  background-color: #FFF;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .messege .txt_box {
    width: 67rem;
    height: auto;
    padding-top: 7.2rem;
    padding-bottom: 5rem;
  }
}

.staff_story_sec .inner .messege .txt_box .box_ttl {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .messege .txt_box .box_ttl {
    margin-bottom: 2.6rem;
  }
}

.staff_story_sec .inner .messege .txt_box .box_ttl .en {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: .1em;
  display: block;
  text-align: center;
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .messege .txt_box .box_ttl .en {
    font-size: 2rem;
  }
}

.staff_story_sec .inner .messege .txt_box .box_ttl .jp {
  font-weight: bold;
  font-size: 3.6rem;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .messege .txt_box .box_ttl .jp {
    font-size: 4.2rem;
  }
}

.staff_story_sec .inner .messege .txt_box .detail {
  width: 44rem;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  left: 1.9rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .messege .txt_box .detail {
    font-size: 2.6rem;
    line-height: 1.8;
    width: 51rem;
  }
}

.staff_story_sec .inner .messege .txt_box .detail + .detail {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .messege .txt_box .detail + .detail {
    margin-top: 3rem;
  }
}

.staff_story_sec .inner .messege .bg_img {
  position: absolute;
  right: -37rem;
  bottom: -30rem;
  z-index: -1;
  width: 43.6rem;
}

@media screen and (max-width: 768px) {
  .staff_story_sec .inner .messege .bg_img {
    right: -23rem;
    bottom: -10rem;
    width: 36.2rem;
  }
}

.staff_story_sec .inner .messege .bg_img > img {
  width: 100%;
}

/* ----------------------------------------------------------------------
 other_staff_sec
---------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .other_staff_sec .inner {
    width: 100%;
    margin: 0;
  }
}

.other_staff_sec .inner .sec_ttl {
  margin-bottom: 7.8rem;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: .09em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .other_staff_sec .inner .sec_ttl {
    font-size: 3.6rem;
    margin-bottom: 5.7rem;
  }
}

.other_staff_sec .inner .staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .other_staff_sec .inner .staff_list {
    overflow-x: scroll;
    padding-top: .7rem;
    /*スクロールバーの軌道*/
    /*スクロールバーの動く部分*/
  }
  .other_staff_sec .inner .staff_list::-webkit-scrollbar {
    width: 44rem;
    width: 80%;
    height: .7rem;
    margin-top: 4.5rem;
    position: relative;
    top: 4.5rem;
  }
  .other_staff_sec .inner .staff_list::-webkit-scrollbar-track {
    border-radius: 3.5rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .other_staff_sec .inner .staff_list::-webkit-scrollbar-thumb {
    background-color: #3a3737;
    border-radius: 3.5rem;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
}

.other_staff_sec .inner .staff_list .staf {
  width: calc(99.9% / 5);
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .other_staff_sec .inner .staff_list .staf {
    width: 20.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.other_staff_sec .inner .staff_list .staf .staf_top {
  position: relative;
  width: 100%;
}

.other_staff_sec .inner .staff_list .staf .staf_top .staf_en_name {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  color: #FFF;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 3;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .other_staff_sec .inner .staff_list .staf .staf_top .staf_en_name {
    font-size: 2rem;
    -webkit-transform: rotate(-180deg) scale(0.5);
            transform: rotate(-180deg) scale(0.5);
    left: 1rem;
    bottom: -2rem;
  }
}

.other_staff_sec .inner .staff_list .staf .staf_top .staf_job {
  position: absolute;
  top: -1.8rem;
  left: -1.8rem;
  font-weight: bold;
  font-size: 1.467rem;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 18.667rem;
  height: 4.267rem;
  padding: 0 1rem;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .other_staff_sec .inner .staff_list .staf .staf_top .staf_job {
    top: -.7rem;
    left: -1rem;
    font-size: 2.4rem;
    min-width: auto;
    width: 14.5rem;
    height: 3.3rem;
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .other_staff_sec .inner .staff_list .staf .staf_top .staf_job > span {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    white-space: nowrap;
  }
}

.other_staff_sec .inner .staff_list .staf .staf_top .staf_job.color01 {
  background: linear-gradient(-145deg, rgba(255, 150, 0, 0.75) 0%, rgba(255, 216, 0, 0.75) 82%);
}

.other_staff_sec .inner .staff_list .staf .staf_top .staf_job.color02 {
  background: linear-gradient(-145deg, rgba(99, 14, 153, 0.75) 0%, rgba(196, 102, 255, 0.75) 82%);
}

.other_staff_sec .inner .staff_list .staf .staf_top .staf_job.color03 {
  background: linear-gradient(-145deg, rgba(0, 102, 0, 0.75) 0%, rgba(73, 204, 51, 0.75) 82%);
}

.other_staff_sec .inner .staff_list .staf .staf_top .staf_img {
  width: 100%;
}

.other_staff_sec .inner .staff_list .staf .staf_top .staf_img img {
  width: 100%;
}

.other_staff_sec .inner .staff_list .staf .staf_bottom {
  margin-top: 1.867rem;
}

@media screen and (max-width: 768px) {
  .other_staff_sec .inner .staff_list .staf .staf_bottom {
    margin-top: .8rem;
  }
}

.other_staff_sec .inner .staff_list .staf .staf_bottom .year {
  font-weight: bold;
  font-size: 1.067rem;
  margin-bottom: 1.067rem;
  display: block;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .other_staff_sec .inner .staff_list .staf .staf_bottom .year {
    font-size: 3rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    margin-bottom: 1.067rem;
    margin-bottom: 0;
  }
}

.other_staff_sec .inner .staff_list .staf .staf_bottom .name {
  font-weight: bold;
  font-size: 2.137rem;
  display: block;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .other_staff_sec .inner .staff_list .staf .staf_bottom .name {
    font-size: 4.4rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    position: relative;
    bottom: .8rem;
  }
}

/* ----------------------------------------------------------------------
 works_top
---------------------------------------------------------------------- */
.works_top {
  position: relative;
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .works_top {
    padding-top: 8rem;
  }
}

.works_top .sec_ttl {
  font-family: 'Cormorant Infant', serif;
  font-weight: 500;
  font-size: 22rem;
  opacity: .1;
  position: relative;
  left: -1rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .works_top .sec_ttl {
    font-size: 16rem;
    white-space: nowrap;
  }
}

.works_top .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 16rem);
}

@media screen and (max-width: 768px) {
  .works_top .inner {
    width: calc(100% - 8rem);
  }
}

.works_top .inner .sub_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 4.2rem;
  letter-spacing: .09em;
  text-align: center;
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 768px) {
  .works_top .inner .sub_ttl {
    margin-bottom: 4.6rem;
  }
}

.works_top .inner .sec_txt {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5.6rem;
  letter-spacing: .09em;
}

.works_top .inner .img {
  width: 128rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .works_top .inner .img {
    width: 100%;
  }
}

.works_top .inner .img img {
  width: 100%;
}

.top_bg01 {
  position: absolute;
  z-index: 1;
  top: 24rem;
  left: 0;
  width: 10.3rem;
  height: 17.3rem;
}

@media screen and (max-width: 768px) {
  .top_bg01 {
    left: auto;
    right: 0;
    top: auto;
    bottom: -8rem;
    width: 9.2rem;
    height: 35.4rem;
  }
}

.top_bg01 img {
  width: 100%;
}

.top_bg02 {
  position: absolute;
  z-index: 1;
  bottom: -11rem;
  right: 0;
  width: 16.3rem;
  height: 36.7rem;
}

@media screen and (max-width: 768px) {
  .top_bg02 {
    bottom: 0;
    right: auto;
    left: 0;
    bottom: 32rem;
    width: 36.6rem;
    height: 98rem;
  }
}

.top_bg02 img {
  width: 100%;
}

.works_top_staff {
  position: relative;
  padding-top: 20rem;
}

@media screen and (max-width: 768px) {
  .works_top_staff {
    padding: 15rem 0;
  }
}

.works_top_staff .sec_ttl {
  font-family: 'Cormorant Infant', serif;
  font-weight: 500;
  font-size: 16rem;
  opacity: .1;
  position: relative;
  text-align: right;
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .works_top_staff .sec_ttl {
    font-size: 12rem;
    white-space: nowrap;
    margin-top: 2rem;
    text-align: left;
    left: -4rem;
    bottom: -2rem;
  }
}

.works_top_staff .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 16rem);
}

@media screen and (max-width: 768px) {
  .works_top_staff .inner {
    width: calc(100% - 6rem);
  }
}

.works_top_staff .inner .sub_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 4.2rem;
  letter-spacing: .09em;
  text-align: center;
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 768px) {
  .works_top_staff .inner .sub_ttl {
    margin-bottom: 4.6rem;
  }
}

.works_top_staff .inner .sec_txt {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: .09em;
}

.works_top_staff .inner .staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .works_top_staff .inner .staff_list.top {
    margin-top: 10rem;
  }
}

.works_top_staff .inner .staff_list.mid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works_top_staff .inner .staff_list.btm {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-start;
}

.works_top_staff .inner .staff_list .staf {
  width: calc(93% / 3);
  text-decoration: none;
  margin-top: 16rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .works_top_staff .inner .staff_list .staf {
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.works_top_staff .inner .staff_list .staf:first-child {
  margin-top: 24rem;
}

@media screen and (max-width: 768px) {
  .works_top_staff .inner .staff_list .staf:first-child {
    margin-top: 8%;
  }
}

.works_top_staff .inner .staff_list .staf:last-child {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .works_top_staff .inner .staff_list .staf:last-child {
    margin-top: 0;
  }
}

.works_top_staff .inner .staff_list .staf:hover {
  opacity: 1;
}

.works_top_staff .inner .staff_list .staf .staf_top {
  position: relative;
  width: 100%;
}

.works_top_staff .inner .staff_list .staf .staf_top::after {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

.works_top_staff .inner .staff_list .staf .staf_top:hover::after {
  display: block;
}

.works_top_staff .inner .staff_list .staf .staf_top .staf_en_name {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  color: #FFF;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 3;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .works_top_staff .inner .staff_list .staf .staf_top .staf_en_name {
    font-size: 3.6rem;
    -webkit-transform: rotate(-180deg) scale(0.5);
            transform: rotate(-180deg) scale(0.5);
    left: 1rem;
    bottom: 0;
  }
}

.works_top_staff .inner .staff_list .staf .staf_top .staf_job {
  position: absolute;
  top: -1.5rem;
  left: -1rem;
  font-weight: bold;
  font-size: 2.2rem;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 28rem;
  height: 6.4rem;
  padding: 0 1rem;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .works_top_staff .inner .staff_list .staf .staf_top .staf_job {
    top: -.7rem;
    left: -1rem;
    font-size: 3.2rem;
    min-width: auto;
    width: 20.5rem;
    height: 4.3rem;
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .works_top_staff .inner .staff_list .staf .staf_top .staf_job > span {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    white-space: nowrap;
  }
}

.works_top_staff .inner .staff_list .staf .staf_top .staf_job.color01 {
  background: linear-gradient(-145deg, rgba(255, 150, 0, 0.75) 0%, rgba(255, 216, 0, 0.75) 82%);
}

.works_top_staff .inner .staff_list .staf .staf_top .staf_job.color02 {
  background: linear-gradient(-145deg, rgba(99, 14, 153, 0.75) 0%, rgba(196, 102, 255, 0.75) 82%);
}

.works_top_staff .inner .staff_list .staf .staf_top .staf_job.color03 {
  background: linear-gradient(-145deg, rgba(0, 102, 0, 0.75) 0%, rgba(73, 204, 51, 0.75) 82%);
}

.works_top_staff .inner .staff_list .staf .staf_top .staf_img {
  width: 100%;
}

.works_top_staff .inner .staff_list .staf .staf_top .staf_img img {
  width: 100%;
}

.works_top_staff .inner .staff_list .staf .staf_bottom {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .works_top_staff .inner .staff_list .staf .staf_bottom {
    margin-top: 1.7rem;
  }
}

.works_top_staff .inner .staff_list .staf .staf_bottom .year {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
  display: block;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .works_top_staff .inner .staff_list .staf .staf_bottom .year {
    font-size: 3.8rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    margin-bottom: 1.067rem;
    margin-bottom: 0;
  }
}

.works_top_staff .inner .staff_list .staf .staf_bottom .name {
  font-weight: bold;
  font-size: 3.2rem;
  display: block;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .works_top_staff .inner .staff_list .staf .staf_bottom .name {
    font-size: 6.2rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    position: relative;
    bottom: .8rem;
  }
}

.top_bg03 {
  position: absolute;
  z-index: 1;
  bottom: 178rem;
  left: 0;
  width: 58.2rem;
  height: 13.85rem;
}

@media screen and (max-width: 768px) {
  .top_bg03 {
    width: 9.8rem;
    height: 31.7rem;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.top_bg03 img {
  width: 100%;
}
/*# sourceMappingURL=staff.css.map */

.profile_sec .inner .prof_txt .career .path-line {
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .profile_sec .inner .prof_txt .career .path-line {
    line-height: inherit;
  }
}


.last-notice {
  font-size: 1.2rem;
  margin: 1rem 8rem 0 0;
  text-align: right;
}

/* 202211追加 */
.works_top_staff .inner .btm .staf:last-child {
  margin-top: 16rem;
}

.other_staff_sec .inner .staff_list {
  justify-content:center;
}
/* @media screen and (max-width: 768px) {
  .works_top_staff .inner .btm .staf:last-child {
    margin-top: 0;
  }
} */
@media screen and (max-width: 768px) {
.works_top_staff .inner .staff_list.btm {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.other_staff_sec .inner .staff_list {
  justify-content:normal;
}
}
