/* 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: 170px;
  height: 100%;
}

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

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

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

@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: 100px;
}

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

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

@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: 100px;
}

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

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

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

body #wrapper .intro .title p.category {
  margin-top: 40px;
}

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

body #wrapper .intro .title p.category span {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 1.2em;
}

@media all and (max-width: 480px) {
  body #wrapper .intro .title p.category span {
    padding: 5px 10px;
    font-size: 1em;
    border-radius: 8px;
  }
}

body #wrapper .intro .title p.category.interview span {
  background: #EEB718;
}

body #wrapper .intro .title p.category.talk span {
  background: #5BBFD6;
}

body #wrapper .intro .title p.catch {
  font-size: 2.2em;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

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

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

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

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

body #wrapper .intro .keyword p {
  position: relative;
}

body #wrapper .intro .keyword p img {
  background: #5BB43B;
  max-width: 250px;
  padding-right: 30px;
}

@media all and (max-width: 1024px) {
  body #wrapper .intro .keyword p img {
    max-width: 35%;
  }
}

body #wrapper .intro .keyword p::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  top: 54%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 5px;
  background-color: #fff;
  z-index: -1;
}

@media all and (max-width: 1200px) {
  body #wrapper .intro .keyword p::after {
    max-width: 90%;
    top: 57.5%;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .intro .keyword p::after {
    height: 3px;
  }
}

body #wrapper .intro .keyword ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 10px;
  max-width: 75%;
}

@media all and (max-width: 480px) {
  body #wrapper .intro .keyword ul {
    margin: 30px auto 20px;
    max-width: 100%;
  }
}

body #wrapper .intro .keyword ul li {
  margin-bottom: 20px;
}

@media all and (max-width: 480px) {
  body #wrapper .intro .keyword ul li {
    margin-bottom: 10px;
  }
}

body #wrapper .intro .keyword ul li a {
  display: block;
  margin: 0 10px;
  padding: 5px 10px;
  background: #fff;
  color: #5BB43B;
  text-align: center;
  border-radius: 10px;
}

@media all and (max-width: 480px) {
  body #wrapper .intro .keyword ul li a {
    margin: 0 8px;
    padding: 5px 10px;
    font-size: 0.9em;
    border-radius: 8px;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .inner.bg {
    padding: 13px 5px;
  }
}

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

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

body #wrapper .inner .headline img {
  max-width: 400px;
}

@media all and (max-width: 480px) {
  body #wrapper .inner .headline img {
    max-width: 60%;
  }
}

body #wrapper .inner .questionArea {
  max-width: 80%;
  margin: auto;
}

@media all and (max-width: 480px) {
  body #wrapper .inner .questionArea {
    max-width: 95%;
  }
}

body #wrapper .inner .questionArea ul:first-child li {
  border-top: 2px solid #5BB43B;
}

body #wrapper .inner .questionArea ul:first-child li dl::after {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in;
}

body #wrapper .inner .questionArea ul:first-child li dl.active::after {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in;
}

body #wrapper .inner .questionArea ul:not(:first-child).active {
  border-bottom: none;
}

body #wrapper .inner .questionArea ul li {
  border-bottom: 2px solid #5BB43B;
}

body #wrapper .inner .questionArea ul li dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
}

@media all and (max-width: 480px) {
  body #wrapper .inner .questionArea ul li dl {
    align-items: flex-start;
  }
}

body #wrapper .inner .questionArea ul li dl dt {
  width: 15%;
  color: #EEB718;
  font-family: 'Harmattan', sans-serif;
  line-height: 0.8;
  font-size: 6em;
  text-align: center;
  letter-spacing: -1px;
}

@media all and (max-width: 786px) {
  body #wrapper .inner .questionArea ul li dl dt {
    font-size: 5.5em;
  }
}

@media all and (max-width: 700px) {
  body #wrapper .inner .questionArea ul li dl dt {
    font-size: 4em;
  }
}

@media all and (max-width: 480px) {
  body #wrapper .inner .questionArea ul li dl dt {
    font-size: 3.5em;
    text-align: left;
  }
}

body #wrapper .inner .questionArea ul li dl dd {
  width: 70%;
  text-align: left;
  line-height: 1.5;
  margin-left: 10px;
  color: #231815;
  font-size: 1.5em;
}

@media all and (max-width: 700px) {
  body #wrapper .inner .questionArea ul li dl dd {
    font-size: 1.4em;
  }
}

body #wrapper .inner .questionArea ul li dl::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-image: url(../../common/images/arrow_g_down.svg);
  width: 36px;
  height: 15px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in;
}

body #wrapper .inner .questionArea ul li dl.active::after {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in;
}

body #wrapper .inner .questionArea ul li div {
  display: none;
  margin: auto;
}

@media all and (max-width: 480px) {
  body #wrapper .inner .questionArea ul li div {
    max-width: 100%;
  }
}

body #wrapper .inner .questionArea ul li div>img {
  display: block;
  margin: 0 auto 50px;
  max-width: 80%;
}

@media all and (max-width: 480px) {
  body #wrapper .inner .questionArea ul li div>img {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}

body #wrapper .inner .questionArea ul li div img.fitimg {
  object-fit: cover;
}

body #wrapper .inner .questionArea ul li div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  max-width: 80%;
}

@media all and (max-width: 480px) {
  body #wrapper .inner .questionArea ul li div ul {
    max-width: 100%;
  }
}

body #wrapper .inner .questionArea ul li div ul li {
  line-height: 1.5;
}

body #wrapper .inner .questionArea ul li div ul li:first-child {
  width: 90px;
  text-align: center;
  border: none;
}

@media all and (max-width: 480px) {
  body #wrapper .inner .questionArea ul li div ul li:first-child {
    width: 80px;
  }
}

body #wrapper .inner .questionArea ul li div ul li:first-child img.fitimg {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

@media all and (max-width: 480px) {
  body #wrapper .inner .questionArea ul li div ul li:first-child img.fitimg {
    width: 80px;
    height: 80px;
  }
}

body #wrapper .inner .questionArea ul li div ul li:first-child .name {
  margin-top: 5px;
  color: #231815;
  font-size: 0.8em;
  letter-spacing: 0;
}

@media all and (max-width: 480px) {
  body #wrapper .inner .questionArea ul li div ul li:first-child .name {
    font-size: 0.75em;
  }
}

body #wrapper .inner .questionArea ul li div ul li:nth-child(2) {
  width: calc(100% - 110px);
  position: relative;
  color: #231815;
  background: #fff;
  border: 3px solid #5BB43B;
  padding: 20px;
  margin-left: 20px;
  border-radius: 15px;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 30px;
}

@media all and (max-width: 480px) {
  body #wrapper .inner .questionArea ul li div ul li:nth-child(2) {
    width: calc(100% - 95px);
    padding: 12px;
    margin-left: 10px;
    font-size: 0.9em;
    margin-bottom: 0;
  }
}

body #wrapper .inner .questionArea ul li div ul li:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 35px;
  left: -14px;
  background-image: url(../images/balloonarrow.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
}

@media all and (max-width: 480px) {
  body #wrapper .inner .questionArea ul li div ul li:nth-child(2)::after {
    top: 32px;
  }
}

body #wrapper .inner .questionArea div div {
  max-width: 80%;
}

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

body #wrapper .inner .memberList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

@media all and (max-width: 786px) {
  body #wrapper .inner .memberList {
    display: block;
  }
}

body #wrapper .inner .memberList .profile {
  margin: 30px 10px 0;
  flex-basis: 22%;
  flex-grow: 1;
}

@media all and (max-width: 1200px) {
  body #wrapper .inner .memberList .profile {
    flex-basis: 40%;
  }
}

@media all and (max-width: 786px) {
  body #wrapper .inner .memberList .profile {
    flex-basis: 100%;
    margin: auto;
  }
}

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

body #wrapper .inner .memberList .profile div {
  text-align: center;
  padding-bottom: 40px;
  margin: auto;
}

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

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

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

body #wrapper .inner .memberList .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 .inner .memberList .profile div p.comment {
    margin: 10px auto 0;
  }
}

body #wrapper .inner .movieArea .movie_box {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
}

@media all and (max-width: 480px) {
  body #wrapper .inner .movieArea .movie_box {
    width: 95%;
    margin: 30px auto 0;
  }
}

body #wrapper .inner .movieArea .movie_box::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

body #wrapper .inner .movieArea .movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body #wrapper .listArea {
  text-align: center;
}

body #wrapper .listArea .inner ul.first {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body #wrapper .listArea .inner ul li {
  position: relative;
  width: 46%;
  margin: 0 2% 30px;
  text-align: left;
}

@media all and (max-width: 480px) {
  body #wrapper .listArea .inner ul li {
    width: 47.5%;
    margin: 0 1% 20px;
  }
}

body #wrapper .listArea .inner ul li p img.fitimg {
  object-fit: cover;
}

body #wrapper .listArea .inner ul li div p.icon {
  color: #fff;
  text-align: center;
  padding: 2px 10px;
  display: inline-block;
  font-size: 0.9em;
  border-radius: 5px;
  margin: 10px 0 5px;
}

@media all and (max-width: 480px) {
  body #wrapper .listArea .inner ul li div p.icon {
    padding: 0 5px;
    font-size: 0.8em;
  }
}

body #wrapper .listArea .inner ul li div p.icon.interview {
  background: #EEB718;
}

body #wrapper .listArea .inner ul li div p.icon.talk {
  background: #5BBFD6;
}

body #wrapper .listArea .inner ul li div p.name {
  color: #5BB43B;
}

body #wrapper .listArea .inner ul li div h2 {
  color: #5BB43B;
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 5px;
}

@media all and (max-width: 480px) {
  body #wrapper .listArea .inner ul li div h2 {
    font-size: 1em;
    line-height: 1.3;
    margin-top: 0;
  }
}

body #wrapper .listArea .inner .next {
  display: none;
}

body #wrapper .listArea .inner .next ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body #wrapper .listArea .inner .linkArea li {
  width: 100%;
  margin: 0 auto 20px;
}

body #wrapper .listArea .inner .accordion_button {
  transition: 0.5s;
  margin: 20px 0 0;
  cursor: pointer;
}

@media all and (max-width: 480px) {
  body #wrapper .listArea .inner .accordion_button {
    margin: 0 0 10px;
  }
}

body #wrapper .listArea .inner .accordion_button.active {
  display: none;
  transition: 0.5s;
}

body #wrapper .listArea .inner .accordion_button img {
  max-width: 20%;
}

@media all and (max-width: 480px) {
  body #wrapper .listArea .inner .accordion_button img {
    max-width: 40%;
  }
}

body #wrapper .personArea {
  text-align: center;
}

body #wrapper .personArea .questionArea ul li div ul:last-child {
  margin-bottom: 60px;
}

body #wrapper .personArea .questionArea ul li div ul.wide li {
  width: 100%;
  color: #231815;
  background: #fff;
  border: 3px solid #5BB43B;
  padding: 20px;
  border-radius: 15px;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 60px;
}

body #wrapper .personArea .questionArea ul li div ul.wide li::after {
  content: none;
}

@media all and (max-width: 480px) {
  body #wrapper .personArea .questionArea ul li div ul.wide li {
    padding: 12px;
    font-size: 0.9em;
    margin-bottom: 30px;
  }
}

body #wrapper .personArea .questionArea div div {
  max-width: 80%;
}

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

body #wrapper .personArea .commentArea {
  max-width: 80%;
  margin: auto;
}

@media all and (max-width: 480px) {
  body #wrapper .personArea .commentArea {
    max-width: 95%;
  }
}

body #wrapper .personArea .commentArea p.title {
  position: relative;
  background: #a1cc61;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 1.5em;
  margin: 50px 0 30px;
  border-radius: 5px;
}

@media all and (max-width: 480px) {
  body #wrapper .personArea .commentArea p.title {
    font-size: 1.4em;
    margin: 30px 0;
  }
}

body #wrapper .personArea .commentArea p.title::after {
  position: absolute;
  content: "";
  bottom: -25px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #a1cc61 transparent transparent transparent;
}

body #wrapper .personArea .commentArea p.comment,
body #wrapper .personArea .commentArea p.name {
  color: #231815;
  text-align: left;
}

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

  body #wrapper .personArea .commentArea p.comment,
  body #wrapper .personArea .commentArea p.name {
    font-size: 0.9em;
  }
}

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

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

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

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

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

body.preload .fadeIn.wow {
  opacity: 0 !important;
}

.movie,
.career-link {
  display: none;
}

.movie.show,
.career-link.show {
  display: block;
}
