/* media query */
@import url("https://fonts.googleapis.com/css2?family=Harmattan:wght@700&family=MonteCarlo&display=swap");

body #wrapper .intro {
  margin-top: 70px;
}

@media all and (max-width: 480px) {
  body #wrapper .intro {
    margin-top: 60px;
  }
}

body #wrapper .intro .title {
  position: relative;
  max-width: 80%;
  margin: auto;
}

@media all and (max-width: 1200px) {
  body #wrapper .intro .title {
    max-width: 90%;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .intro .title {
    max-width: 100%;
  }
}

body #wrapper .intro .title .titleImage {
  position: relative;
  max-height: 80%;
  margin: auto;
}

@media all and (max-width: 480px) {
  body #wrapper .intro .title .titleImage {
    max-width: 100%;
  }
}

body #wrapper .intro .title .titleImage h2 img {
  max-height: 130px;
  height: 100%;
}

@media all and (max-width: 1024px) {
  body #wrapper .intro .title .titleImage h2 img {
    max-height: none;
    max-width: 40%;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .intro .title .titleImage h2 img {
    max-width: 60%;
  }
}

body #wrapper .intro .title .titleImage p {
  position: absolute;
}

body #wrapper .intro .title .titleImage p.left {
  left: 150px;
  top: 0;
}

@media all and (max-width: 786px) {
  body #wrapper .intro .title .titleImage p.left {
    left: 100px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .intro .title .titleImage p.left {
    left: 10px;
  }
}

body #wrapper .intro .title .titleImage p.left img {
  max-width: 65px;
}

@media all and (max-width: 786px) {
  body #wrapper .intro .title .titleImage p.left img {
    max-width: 42px;
  }
}

body #wrapper .intro .title .titleImage p.right {
  right: 140px;
  top: -20px;
}

@media all and (max-width: 786px) {
  body #wrapper .intro .title .titleImage p.right {
    right: 100px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .intro .title .titleImage p.right {
    right: 10px;
  }
}

body #wrapper .intro .title .titleImage p.right img {
  max-width: 70px;
}

@media all and (max-width: 786px) {
  body #wrapper .intro .title .titleImage p.right img {
    max-width: 45px;
  }
}

body #wrapper .intro .title p.lead {
  margin: 50px 0;
  font-size: 1.2em;
  text-align: center;
}

@media all and (max-width: 480px) {
  body #wrapper .intro .title p.lead {
    margin: 50px 0 30px;
    font-size: 1em;
    text-align: left;
  }
}

body #wrapper .intro .title h2 {
  text-align: center;
}

body #wrapper .staffArea .inner .inline_wrap {
  text-align: center;
}

body #wrapper .staffArea .inner .inline_wrap .headline {
  display: inline-block;
  font-size: 2.2em;
  letter-spacing: 5px;
  max-width: 330px;
  margin: auto;
  line-height: 140%;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .inline_wrap .headline {
    font-size: 1.8em;
    max-width: 100%;
    margin: 20px auto 0;
  }
}

body #wrapper .staffArea .inner .profile {
  margin: 30px auto 0;
  text-align: center;
}

body #wrapper .staffArea .inner .profile p img.fitimg {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #5BB43B;
}

body #wrapper .staffArea .inner .profile div {
  padding-bottom: 40px;
}

body #wrapper .staffArea .inner .profile div p.catch {
  color: #5BB43B;
  margin-top: 20px;
  font-size: 2em;
  line-height: 140%;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .profile div p.catch {
    font-size: 1.5em;
  }
}

body #wrapper .staffArea .inner .profile div p.name {
  color: #5BB43B;
  margin-top: 40px;
  font-size: 2em;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .profile div p.name {
    margin-top: 20px;
    font-size: 1.5em;
  }
}

body #wrapper .staffArea .inner .profile div p.year {
  color: #EEB718;
  text-align: center;
  font-size: 0.9em;
}

body #wrapper .staffArea .inner .profile div p.comment {
  color: #231815;
  text-align: center;
  margin: 20px auto 0;
  width: 90%;
  line-height: 1.5;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .profile div p.comment {
    text-align: left;
    margin: 10px auto 0;
    width: 95%;
  }
}

body #wrapper .staffArea .inner .profile.blue p img.fitimg {
  border: 5px solid #5BBFD6;
}

body #wrapper .staffArea .inner .profile.blue div p.catch,
body #wrapper .staffArea .inner .profile.blue div p.name {
  color: #5BBFD6;
}

body #wrapper .staffArea .inner .profile.pink p img.fitimg {
  border: 5px solid #E7609B;
}

body #wrapper .staffArea .inner .profile.pink div p.catch,
body #wrapper .staffArea .inner .profile.pink div p.name {
  color: #E7609B;
}

@media all and (max-width: 1024px) {

  body #wrapper .staffArea .inner .profile.pink div p.catch br.pc,
  body #wrapper .staffArea .inner .profile.pink div p.name br.pc {
    display: none;
  }
}

body #wrapper .staffArea .inner .history dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2em;
  text-align: center;
}

@media all and (max-width: 786px) {
  body #wrapper .staffArea .inner .history dl {
    font-size: 1em;
  }
}

body #wrapper .staffArea .inner .history dl dt {
  position: relative;
  width: 13%;
  background: #5BB43B;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 30px;
}

@media all and (max-width: 640px) {
  body #wrapper .staffArea .inner .history dl dt {
    font-size: 0.8em;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dt {
    width: 60px;
    padding: 15px 0;
    margin-bottom: 28px;
    line-height: 140%;
    letter-spacing: 0;
  }
}

body #wrapper .staffArea .inner .history dl dt span {
  font-family: 'Harmattan', sans-serif;
  font-size: 1.6em;
  letter-spacing: -2px;
  margin-right: 5px;
}

@media all and (max-width: 640px) {
  body #wrapper .staffArea .inner .history dl dt span {
    font-size: 2em;
    margin-right: 3px;
  }
}

body #wrapper .staffArea .inner .history dl dd {
  width: 85%;
  border-top: 2px solid #5BB43B;
  padding: 5px 10px;
  box-sizing: border-box;
  line-height: 1.6;
  font-weight: normal;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd {
    width: calc(100% - 70px);
    padding: 5px 0 10px 5px;
    font-size: 0.8em;
    text-align: left;
    line-height: 1.4;
  }
}

body #wrapper .staffArea .inner .history dl dd div {
  display: block;
  margin-top: 8px;
  font-size: 1em;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div {
    margin-top: 0;
    letter-spacing: 1px;
  }
}

@media all and (max-width: 1024px) {
  body #wrapper .staffArea .inner .history dl dd div br.pc {
    display: none;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mt10 {
  margin-top: 10px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mt10 {
    margin-top: 0;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mt15 {
  margin-top: 15px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mt15 {
    margin-top: 6px;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mt20 {
  margin-top: 20px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mt20 {
    margin-top: 8px;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mt25 {
  margin-top: 25px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mt25 {
    margin-top: 10.5px;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mt30 {
  margin-top: 30px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mt30 {
    margin-top: 13px;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mt35 {
  margin-top: 35px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mt35 {
    margin-top: 15.5px;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mt40 {
  margin-top: 40px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mt40 {
    margin-top: 18px;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mt45 {
  margin-top: 45px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mt45 {
    margin-top: 20.5px;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mb10 {
  margin-bottom: 10px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mb10 {
    margin-bottom: 0;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mb15 {
  margin-bottom: 15px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mb15 {
    margin-bottom: 0;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mb20 {
  margin-bottom: 20px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mb20 {
    margin-bottom: 0;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mb25 {
  margin-bottom: 25px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mb25 {
    margin-bottom: 0;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mb30 {
  margin-bottom: 30px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mb30 {
    margin-bottom: 0;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mb35 {
  margin-bottom: 35px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mb35 {
    margin-bottom: 0;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mb40 {
  margin-bottom: 40px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mb40 {
    margin-bottom: 0;
  }
}

body #wrapper .staffArea .inner .history dl dd div.mb45 {
  margin-bottom: 45px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl dd div.mb45 {
    margin-bottom: 0;
  }
}

body #wrapper .staffArea .inner .history dl dd div span.place {
  font-weight: bold;
}

body #wrapper .staffArea .inner .history dl:not(:first-child) dt::before {
  position: absolute;
  content: "";
  top: -42px;
  left: 0;
  width: 104px;
  height: 42px;
  background: url(../images/arrowtop_green.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media all and (max-width: 900px) {
  body #wrapper .staffArea .inner .history dl:not(:first-child) dt::before {
    width: 100%;
    background-size: contain;
    background-color: #5BB43B;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl:not(:first-child) dt::before {
    top: -28px;
    width: 60px;
    height: 28px;
  }
}

body #wrapper .staffArea .inner .history dl:not(:first-child) dd {
  margin-top: -30px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl:not(:first-child) dd {
    margin-top: -20px;
  }
}

body #wrapper .staffArea .inner .history dl:last-child dt::after {
  position: absolute;
  content: '';
  bottom: -22px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 26px;
  background: no-repeat url(../images/arrowtop_green2.svg);
  background-size: 100%;
}

@media all and (max-width: 900px) {
  body #wrapper .staffArea .inner .history dl:last-child dt::after {
    bottom: -24px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history dl:last-child dt::after {
    bottom: -24px;
  }
}

body #wrapper .staffArea .inner .history dl:last-child dd {
  margin-bottom: 15px;
  border-bottom: 2px solid #5BB43B;
}

body #wrapper .staffArea .inner .history.reverse dl dt {
  order: 2;
}

body #wrapper .staffArea .inner .history.reverse dl dd {
  order: 1;
}

body #wrapper .staffArea .inner .history.green dl:first-child dt {
  padding-top: 20px;
}

@media all and (max-width: 740px) {
  body #wrapper .staffArea .inner .history.green dl:first-child dt {
    padding-bottom: 40px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.green dl:first-child dt {
    padding-bottom: 15px;
  }
}

@media all and (max-width: 320px) {
  body #wrapper .staffArea .inner .history.green dl:first-child dt {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

@media all and (max-width: 740px) {
  body #wrapper .staffArea .inner .history.green dl:nth-child(2) dt {
    padding-bottom: 40px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.green dl:nth-child(2) dt {
    padding-bottom: 15px;
  }
}

@media all and (max-width: 850px) {
  body #wrapper .staffArea .inner .history.green dl:nth-child(3) dt {
    padding-bottom: 40px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.green dl:nth-child(3) dt {
    padding-bottom: 15px;
  }
}

body #wrapper .staffArea .inner .history.pink dl dt {
  background: #E7609B;
}

body #wrapper .staffArea .inner .history.pink dl dd {
  border-top: 2px solid #E7609B;
}

body #wrapper .staffArea .inner .history.pink dl:not(:first-child) dt::before {
  background: url(../images/arrowtop_pink.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media all and (max-width: 900px) {
  body #wrapper .staffArea .inner .history.pink dl:not(:first-child) dt::before {
    background-size: contain;
    background-color: #E7609B;
  }
}

body #wrapper .staffArea .inner .history.pink dl:last-child dt::after {
  background: no-repeat url(../images/arrowtop_pink2.svg);
  background-size: 100%;
}

body #wrapper .staffArea .inner .history.pink dl:last-child dd {
  border-bottom: 2px solid #E7609B;
}

body #wrapper .staffArea .inner .history.pink dl:first-child dt {
  padding-top: 45px;
}

@media all and (max-width: 840px) {
  body #wrapper .staffArea .inner .history.pink dl:first-child dt {
    padding-bottom: 45px;
  }
}

@media all and (max-width: 320px) {
  body #wrapper .staffArea .inner .history.pink dl:first-child dt {
    padding-top: 40px;
    padding-bottom: 65px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.pink dl:nth-child(2) dt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.pink dl:nth-child(2) dd span {
    margin-top: 5px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.pink dl:nth-child(3) dd span.mb35 {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 600px) {
  body #wrapper .staffArea .inner .history.pink dl:nth-child(4) dt {
    padding-bottom: 30px;
  }
}

@media all and (max-width: 600px) {
  body #wrapper .staffArea .inner .history.pink dl:nth-child(5) dt {
    padding-bottom: 60px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.pink dl:nth-child(5) dt {
    padding-bottom: 30px;
  }
}

body #wrapper .staffArea .inner .history.pink dl:nth-child(6) dt {
  padding-bottom: 30px;
}

@media all and (max-width: 600px) {
  body #wrapper .staffArea .inner .history.pink dl:nth-child(6) dt {
    padding-bottom: 80px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.pink dl:nth-child(6) dt {
    padding-bottom: 45px;
  }
}

body #wrapper .staffArea .inner .history.blue dl dt {
  background: #5BBFD6;
}

body #wrapper .staffArea .inner .history.blue dl dt::after {
  border-color: #5BBFD6 transparent transparent transparent;
}

body #wrapper .staffArea .inner .history.blue dl dd {
  border-top: 2px solid #5BBFD6;
}

body #wrapper .staffArea .inner .history.blue dl:not(:first-child) dt::before {
  background: url(../images/arrowtop_blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media all and (max-width: 900px) {
  body #wrapper .staffArea .inner .history.blue dl:not(:first-child) dt::before {
    background-size: contain;
    background-color: #5BBFD6;
  }
}

body #wrapper .staffArea .inner .history.blue dl:last-child dt::after {
  background: no-repeat url(../images/arrowtop_blue2.svg);
  background-size: 100%;
}

body #wrapper .staffArea .inner .history.blue dl:last-child dd {
  border-bottom: 2px solid #5BBFD6;
}

body #wrapper .staffArea .inner .history.blue dl:first-child dt {
  padding-top: 30px;
  padding-bottom: 20px;
}

@media all and (max-width: 840px) {
  body #wrapper .staffArea .inner .history.blue dl:first-child dt {
    padding-bottom: 35px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.blue dl:first-child dt {
    padding-bottom: 15px;
  }
}

@media all and (max-width: 320px) {
  body #wrapper .staffArea .inner .history.blue dl:first-child dt {
    padding-bottom: 35px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.blue dl:first-child dd span.mb35 {
    margin-bottom: 20px;
  }
}

body #wrapper .staffArea .inner .history.blue dl:nth-child(2) dt {
  padding-bottom: 35px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.blue dl:nth-child(2) dt {
    padding-bottom: 15px;
  }
}

body #wrapper .staffArea .inner .history.blue dl:nth-child(3) dt {
  padding-bottom: 65px;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.blue dl:nth-child(3) dt {
    padding-bottom: 35px;
  }
}

@media all and (max-width: 320px) {
  body #wrapper .staffArea .inner .history.blue dl:nth-child(3) dt {
    padding-bottom: 50px;
  }
}

@media all and (max-width: 320px) {
  body #wrapper .staffArea .inner .history.blue dl:nth-child(3) dd span.mt35 {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 740px) {
  body #wrapper .staffArea .inner .history.blue dl:nth-child(4) dt {
    padding-bottom: 40px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.blue dl:nth-child(4) dt {
    padding-bottom: 15px;
  }
}

@media all and (max-width: 740px) {
  body #wrapper .staffArea .inner .history.blue dl:nth-child(5) dt {
    padding-bottom: 40px;
  }
}

@media all and (max-width: 630px) {
  body #wrapper .staffArea .inner .history.blue dl:nth-child(5) dt {
    padding-bottom: 60px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.blue dl:nth-child(5) dt {
    padding-bottom: 15px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.blue dl:nth-child(6) dt {
    padding-bottom: 15px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .history.blue dl:nth-child(6) dd span {
    margin-top: 8px;
  }
}

body #wrapper .staffArea .inner .linkArea {
  padding: 50px 0;
}

@media all and (max-width: 480px) {
  body #wrapper .staffArea .inner .linkArea {
    padding: 30px 0;
  }
}

body #wrapper .careerArea {
  margin-top: 60px;
}

@media all and (max-width: 480px) {
  body #wrapper .careerArea {
    margin-top: 30px;
  }
}

body #wrapper .careerArea dl dd {
  font-size: 1.6em;
}

@media all and (max-width: 480px) {
  body #wrapper .careerArea dl dd {
    font-size: 1.2em;
  }
}

body #wrapper .careerArea dl:nth-child(2) {
  margin-top: 30px;
}

body #wrapper .linkArea ul li a img.icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  max-width: 80px;
  height: auto;
  max-height: none;
}

@media all and (max-width: 480px) {
  body #wrapper .linkArea ul li a img.icon {
    left: -5px;
    max-width: 50px;
  }
}

@media all and (max-width: 320px) {
  body #wrapper .linkArea ul li a img.icon {
    max-width: 45px;
  }
}

@media all and (max-width: 786px) {
  body #wrapper .linkArea ul li.illust a {
    padding: 15px 30px 15px 50px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .linkArea ul li.illust a {
    padding: 10px;
  }
}