/* scss */
.newjoboffer .container .main-wrapper .main {
  width: 100%;
  height: 730px;
  position: relative;
  background: url("../img/newjoboffer/img_mainbg.png") no-repeat center/cover;
}
.newjoboffer .container .main-wrapper .main--ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newjoboffer .container .main-wrapper .main--ttl .en {
  width: 474px;
  margin: 0 auto;
}
.newjoboffer .container .main-wrapper .main--ttl h1 {
  color: #000;
  margin-top: 25px;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.05em;
}
.newjoboffer .container .main-wrapper .main--ttl h1 span {
  font-size: 40px;
  font-weight: bold;
}
.newjoboffer .container .main-wrapper .lead {
  padding: 70px 0;
  background-color: #fff;
}
.newjoboffer .container .main-wrapper .lead p {
  text-align: center;
  font-size: 16px;
  line-height: 2.4;
}
.newjoboffer .container .main-wrapper .cmn-ttl {
  display: flex;
}
.newjoboffer .container .main-wrapper .cmn-ttl span {
  width: 77px;
}
.newjoboffer .container .main-wrapper .cmn-ttl em {
  color: #000;
  display: block;
  margin: 15px 0 0 -5px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 21px;
}
.newjoboffer .container .main-wrapper .joboffer_contents {
  background-color: #c8e3ff;
  padding: 60px 0 105px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner {
  max-width: 998px;
  margin: 0 auto;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .graphs {
  display: flex;
  justify-content: center;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .graphs .box .graph {
  width: 318px;
  margin: 5px auto 0;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .graphs .box:nth-of-type(2) {
  margin-left: 50px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason {
  margin-top: 78px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason .cmn-ttl {
  justify-content: center;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents {
  margin-top: 13px;
  background-color: #fff;
  padding: 60px 50px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box {
  display: flex;
  align-items: center;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box .comment {
  width: 184px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box ul {
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box ul li {
  line-height: 1.9;
  font-size: 14px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(odd) .comment {
  margin-right: 15px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(even) .comment {
  margin-left: 15px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(n+2) {
  margin-top: 30px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(1) ul {
  border-color: #98cced;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(2) ul {
  border-color: #e3a6eb;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(3) ul {
  border-color: #99e891;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(4) ul {
  border-color: #ffbf99;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(5) ul {
  border-color: #9d97f1;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(6) ul {
  border-color: #accbdc;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(7) ul {
  border-color: #d1956f;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments {
  margin-top: 55px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments .cmn-ttl {
  justify-content: center;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents {
  margin-top: 13px;
  background-color: #fff;
  padding: 45px 85px 50px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box {
  display: flex;
  align-items: center;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box .text {
  max-width: 513px;
  width: 100%;
  border: 1px solid #000;
  padding: 12px 18px;
  position: relative;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box .text::before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  border-top: 1px solid #000;
  top: 60%;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box .text p {
  line-height: 1.78;
  font-size: 14px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box:nth-of-type(odd) .text {
  margin-left: 24px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box:nth-of-type(odd) .text::before {
  left: -36px;
  transform: rotate(-35deg);
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box:nth-of-type(even) .text {
  margin-right: 24px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box:nth-of-type(even) .text::before {
  right: -36px;
  transform: rotate(35deg);
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box:nth-of-type(n+2) {
  margin-top: 30px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b01 .icon {
  width: 104px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b01 .text {
  border-color: #009ef3;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b01 .text::before {
  border-color: #009ef3;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b02 .icon {
  width: 94px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b02 .text {
  border-color: #00a100;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b02 .text::before {
  border-color: #00a100;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b03 .icon {
  width: 98px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b03 .text {
  border-color: #ff0000;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b03 .text::before {
  border-color: #ff0000;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b04 .icon {
  width: 105px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b04 .text {
  border-color: #be009a;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b04 .text::before {
  border-color: #be009a;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b05 .icon {
  width: 104px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b05 .text {
  border-color: #7c4f1d;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b05 .text::before {
  border-color: #7c4f1d;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b06 .icon {
  width: 94px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b06 .text {
  border-color: #ffbe00;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b06 .text::before {
  border-color: #ffbe00;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b07 .icon {
  width: 97px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b07 .text {
  border-color: #009e7f;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b07 .text::before {
  border-color: #009e7f;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b08 .icon {
  width: 107px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b08 .text {
  border-color: #8fbe00;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b08 .text::before {
  border-color: #8fbe00;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b09 .icon {
  width: 99px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b09 .text {
  border-color: #ff9b5f;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box.b09 .text::before {
  border-color: #ff9b5f;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .message {
  margin-top: 60px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .message .cmn-ttl {
  justify-content: center;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents {
  min-width: 998px;
  margin-top: 13px;
  background-color: #fff;
  position: relative;
  height: 1176px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt {
  position: absolute;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t01 {
  width: 314px;
  top: 70px;
  left: 58px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t02 {
  width: 310px;
  top: 56px;
  right: 104px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t03 {
  width: 235px;
  top: 266px;
  left: 325px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t04 {
  width: 310px;
  top: 416px;
  left: 50px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t05 {
  width: 298px;
  top: 331px;
  right: 50px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t06 {
  width: 362px;
  top: 581px;
  right: 232px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t07 {
  width: 512px;
  top: 789px;
  left: 50px;
}
.newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t08 {
  width: 362px;
  top: 921px;
  right: 50px;
}

.new_works .container .main-wrapper .section-work-top .wrapper .tab_btns {
  margin: 85px auto 0;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_btns li {
  cursor: pointer;
  width: 417px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  font-size: 24px;
  background-color: #8c8c8c;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_btns li img {
  margin-left: 1em;
  display: block;
  width: 100px;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_btns li.active {
  height: 58px;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_btns li:nth-of-type(1).active {
  background-color: #ff0000;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_btns li:nth-of-type(2) {
  margin-left: 65px;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_btns li:nth-of-type(2).active {
  background-color: #00a100;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents {
  margin-top: 50px;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content {
  display: none;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.show {
  display: block;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-list .notes_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-list .notes_list li {
  width: 130px;
  height: 52px;
  margin-bottom: 10px;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-list .notes_list li .button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ff0000;
  background-color: #fff;
  color: #ff0000;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.3s ease-out;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-list .notes_list li .button.is-active {
  background-color: #ffe300;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content {
  margin-top: 65px;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items {
  max-width: 952px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col {
  width: 447px;
  border: 1px solid #ff0000;
  margin-bottom: 70px;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts {
  background-color: #ff0000;
  color: #fff;
  padding: 20px;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts .upper .note_txt {
  width: 82px;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts .upper h2 {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: bold;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts .under {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #fff;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts .under .tags {
  display: flex;
  flex-wrap: wrap;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts .under .tags li {
  font-weight: bold;
  font-size: 14px;
  color: #ffe300;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts .under .tags li:nth-of-type(n+2) {
  margin-left: 1em;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.now_works .filters-wrapper .filters-list .filters-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.now_works .filters-wrapper .filters-list .filters-btn li {
  flex: inherit;
  padding: 0;
  width: 160px;
  height: 52px;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.now_works .filters-wrapper .filters-list .filters-btn li .button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #00a100;
  background-color: #fff;
  color: #00a100;
  font-weight: bold;
  font-size: 17px;
  transition: all 0.3s ease-out;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.now_works .filters-wrapper .filters-list .filters-btn li .button.is-active {
  background-color: #ffe300;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.now_works .filters-wrapper .filters-content .filters-items .col .card-work a .card-figure {
  margin-bottom: 10px;
}
.new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.now_works .filters-wrapper .filters-content .filters-items .col .card-work a .card-body .card-label {
  color: #00a100;
  width: auto;
  background-color: transparent;
  padding: 0;
}

.new_global_talk .container .main-wrapper {
  overflow: hidden;
}
.new_global_talk .container .main-wrapper section {
  margin: 0;
  padding: 0;
}
.new_global_talk .container .main-wrapper .main {
  position: relative;
}
.new_global_talk .container .main-wrapper .main--title {
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.new_global_talk .container .main-wrapper .main--title .en, .new_global_talk .container .main-wrapper .main--title h1 {
  line-height: 1;
}
.new_global_talk .container .main-wrapper .main--title .en {
  font-family: "Mic 32 New Rounded W00 Medium";
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 20px;
}
.new_global_talk .container .main-wrapper .main--title h1 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
.new_global_talk .container .main-wrapper .lead {
  padding: 60px 0 0;
  text-align: center;
}
.new_global_talk .container .main-wrapper .lead p {
  line-height: 2.6;
  font-size: 18px;
}
.new_global_talk .container .main-wrapper .newglobal_contents {
  margin-top: 55px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_btns {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #ff0000;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_btns li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 230px;
  height: 89px;
  border-radius: 10px 10px 0 0;
  background-color: #8c8c8c;
  color: #fff;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_btns li .name {
  font-size: 28px;
  margin-right: 0.1em;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_btns li .year {
  margin-top: 8px;
  font-size: 16px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_btns li .location {
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-top: -30px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_btns li.active {
  background-color: #ff0000;
  height: 100px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents {
  margin-top: 25px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block {
  display: none;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block.show {
  display: block;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview {
  padding: 55px 0 95px;
  background-color: #d9f0fd;
  position: relative;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head p, .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second p {
  line-height: 1.9;
  font-size: 15px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head .image {
  position: relative;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head .image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 330px;
  border-top: 1px solid #ff0000;
  transform: rotate(-45deg);
  left: -150px;
  bottom: 80px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head .texts {
  margin: 45px auto 0;
  max-width: 900px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head .texts h2 {
  letter-spacing: 0.025em;
  font-weight: 500;
  line-height: 1.2;
  font-size: 25px;
  color: #ff0000;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head .texts p {
  margin-top: 30px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second {
  margin: 50px auto 0;
  max-width: 1000px;
  width: 90%;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second .flex {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second .flex .image {
  width: 46.8%;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second .flex p {
  width: 48%;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second .flex.reverse {
  margin-top: 60px;
  flex-direction: row-reverse;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second .txt {
  margin: 55px auto 0;
  max-width: 900px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .advice {
  margin: 75px auto 0;
  position: relative;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  background-color: #fff;
  padding: 50px 0 30px;
  position: relative;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .advice::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 330px;
  border-top: 1px solid #ff0000;
  transform: rotate(-45deg);
  right: -150px;
  bottom: 80px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .advice h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  z-index: 3;
  width: 320px;
  height: 53px;
  border-radius: 40px;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #fff;
  font-size: 20px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .advice p {
  text-align: center;
  font-size: 17px;
  line-height: 2;
  color: #ff0000;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule {
  margin-top: 40px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .title {
  text-align: center;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .title h2 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 24px;
  color: #000;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .title h2 span {
  color: #009ef3;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .title .en {
  margin-top: 15px;
  font-family: "Mic 32 New Rounded W00 Medium";
  font-weight: 500;
  font-size: 47px;
  color: #000;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .title .en span {
  color: #009ef3;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .title small {
  display: block;
  margin-top: 20px;
  font-size: 17px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap {
  margin: 50px auto 0;
  max-width: 795px;
  width: 90%;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box .ttl {
  display: flex;
  align-items: center;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box .ttl dl {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box .ttl dl dt {
  width: 40px;
  margin-right: 8px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box .ttl dl dd {
  font-size: 20px;
  color: #000;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box .ttl h3 {
  font-weight: bold;
  line-height: 1.2;
  color: #009ef3;
  font-size: 20px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box p {
  line-height: 1.6;
  color: #000;
  margin-top: 12px;
  font-size: 15px;
}
.new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box:nth-of-type(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .newjoboffer .container .main-wrapper .joboffer_contents--inner {
    width: 90%;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents {
    min-width: 90%;
    height: auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt {
    position: static;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-list .notes_list {
    width: 100%;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-list .notes_list li {
    width: 16%;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-list .notes_list li .button {
    font-size: 14px;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col {
    width: 48%;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts {
    padding: 20px 10px;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts .upper h2 {
    font-size: 16px;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.now_works .filters-wrapper .filters-list .filters-btn li {
    width: 18%;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.now_works .filters-wrapper .filters-list .filters-btn li .button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .newjoboffer .container .main-wrapper {
    overflow: hidden;
  }
  .newjoboffer .container .main-wrapper .main {
    height: 365px;
  }
  .newjoboffer .container .main-wrapper .main--ttl {
    width: 100%;
  }
  .newjoboffer .container .main-wrapper .main--ttl .en {
    width: 80%;
    margin: 0 auto;
  }
  .newjoboffer .container .main-wrapper .main--ttl h1 {
    margin-top: 15px;
    font-size: 6vw;
  }
  .newjoboffer .container .main-wrapper .main--ttl h1 span {
    font-size: 7vw;
  }
  .newjoboffer .container .main-wrapper .lead {
    padding: 35px 0;
  }
  .newjoboffer .container .main-wrapper .lead p {
    font-size: 4vw;
    line-height: 2.2;
  }
  .newjoboffer .container .main-wrapper .cmn-ttl span {
    width: 40px;
  }
  .newjoboffer .container .main-wrapper .cmn-ttl em {
    margin: 5px 0 0 10px;
    font-size: 4.4vw;
    line-height: 1.6;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents {
    padding: 40px 0 60px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner {
    max-width: 90%;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .graphs {
    display: block;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .graphs .box .graph {
    width: 80%;
    margin: 5px auto 0;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .graphs .box:nth-of-type(2) {
    margin-left: 0;
    margin-top: 30px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .reason {
    margin-top: 50px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents {
    margin-top: 10px;
    padding: 40px 5% 60px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box {
    display: block;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box .comment {
    width: 40%;
    margin: 0 auto;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box ul {
    margin-top: 20px;
    padding: 20px 0;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box ul li {
    line-height: 1.8;
    font-size: 3.8vw;
    display: inline-block;
    margin-left: 1em;
    text-indent: -1em;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(odd) .comment {
    margin-right: auto;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(even) .comment {
    margin-left: auto;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .reason--contents .box:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .comments {
    margin-top: 50px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents {
    margin-top: 10px;
    padding: 30px 5% 60px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box .text {
    max-width: 70%;
    padding: 10px 15px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box .text::before {
    width: 30px;
    top: 50%;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box .text p {
    line-height: 1.7;
    font-size: 3.8vw;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box:nth-of-type(odd) .text {
    margin-left: 20px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box:nth-of-type(odd) .text::before {
    left: -28px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box:nth-of-type(even) .text {
    margin-right: 20px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box:nth-of-type(even) .text::before {
    right: -28px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .comments--contents .box:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message {
    margin-top: 50px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents {
    min-width: 90%;
    margin-top: 10px;
    display: block;
    padding: 30px 5%;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t01 {
    width: 282.6px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t02 {
    width: 201.5px;
    margin: 0 0 0 auto;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t03 {
    width: 211.5px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t04 {
    width: 186px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t05 {
    width: 238.4px;
    margin: 0 0 0 auto;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t06 {
    width: 289.6px;
    margin: 0 0 0 auto;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t07 {
    width: 307.2px;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt.t08 {
    width: 289.6px;
    margin: 0 0 0 auto;
  }
  .newjoboffer .container .main-wrapper .joboffer_contents--inner .message--contents .txt:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_btns {
    margin: 50px auto 0;
    max-width: 100%;
    justify-content: space-between;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_btns li {
    width: 48%;
    height: 48px;
    font-size: 3.8vw;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_btns li img {
    width: 15vw;
    margin-left: 0.5em;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_btns li.active {
    height: 58px;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_btns li:nth-of-type(2) {
    margin-left: 0;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents {
    margin-top: 25px;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-list .notes_list {
    max-width: 100%;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-list .notes_list li {
    width: 30%;
    height: 40px;
    margin-bottom: 15px;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-list .notes_list li .button {
    font-size: 3.6vw;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content {
    margin-top: 40px;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items {
    max-width: 100%;
    display: block;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col {
    width: 100%;
    margin-bottom: 50px;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts {
    padding: 15px 5%;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts .upper .note_txt {
    width: 20vw;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts .upper h2 {
    margin-top: 10px;
    font-size: 4.6vw;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts .under {
    margin-top: 15px;
    padding-top: 10px;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.new_notes .filters-content .filters-items .col a .texts .under .tags li {
    font-size: 3.8vw;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.now_works .filters-wrapper .filters-list .filters-btn {
    max-width: 100%;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.now_works .filters-wrapper .filters-list .filters-btn li {
    width: 48%;
    height: 40px;
    margin-bottom: 15px;
  }
  .new_works .container .main-wrapper .section-work-top .wrapper .tab_contents .section-content.now_works .filters-wrapper .filters-list .filters-btn li .button {
    font-size: 3.6vw;
  }
  .new_global_talk .container .main-wrapper .main {
    margin-top: 20vw;
    padding-bottom: 20vw;
  }
  .new_global_talk .container .main-wrapper .main--title {
    padding: 20px 0;
    bottom: 0;
  }
  .new_global_talk .container .main-wrapper .main--title .en {
    font-size: 3.2vw;
  }
  .new_global_talk .container .main-wrapper .main--title h1 {
    margin-top: 5px;
    font-size: 6vw;
  }
  .new_global_talk .container .main-wrapper .lead {
    padding: 30px 0 0;
  }
  .new_global_talk .container .main-wrapper .lead p {
    line-height: 2;
    font-size: 3.8vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents {
    margin-top: 30px;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_btns {
    max-width: 100%;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_btns li {
    width: 31.5%;
    height: 58px;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_btns li .name {
    font-size: 4vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_btns li .year {
    margin-top: 3px;
    font-size: 3.2vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_btns li .location {
    margin-top: -15px;
    font-size: 3.2vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_btns li.active {
    height: 68px;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents {
    margin-top: 15px;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview {
    padding: 30px 0 50px;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head p, .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second p {
    font-size: 3.8vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head {
    max-width: 90%;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head .image::before {
    width: 100px;
    left: -50px;
    bottom: 0;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head .texts {
    margin: 30px auto 0;
    max-width: 100%;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head .texts h2 {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .head .texts p {
    margin-top: 20px;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second {
    margin: 30px auto 0;
    max-width: 90%;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second .flex {
    display: block;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second .flex .image {
    width: 100%;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second .flex p {
    width: 100%;
    margin-top: 20px;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second .flex.reverse {
    margin-top: 30px;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .second .txt {
    margin-top: 20px;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .advice {
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
    padding: 40px 0 20px;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .advice::before {
    width: 100px;
    right: -40px;
    bottom: 20px;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .advice h3 {
    top: -20px;
    z-index: 3;
    width: 80%;
    height: 40px;
    font-size: 4.2vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .interview .advice p {
    font-size: 3.6vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule {
    margin-top: 30px;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .title h2 {
    font-size: 4.8vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .title .en {
    margin-top: 10px;
    font-size: 6vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .title small {
    margin-top: 10px;
    font-size: 3.8vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap {
    margin: 40px auto 0;
    max-width: 100%;
    width: 90%;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box .ttl {
    display: block;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box .ttl dl {
    margin-right: 3.5vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box .ttl dl dt {
    width: 10vw;
    margin-right: 2vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box .ttl dl dd {
    font-size: 4.8vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box .ttl h3 {
    margin-top: 10px;
    font-size: 4.8vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box p {
    margin-top: 10px;
    font-size: 3.8vw;
  }
  .new_global_talk .container .main-wrapper .newglobal_contents .tab_contents--block .schedule .wrap .box:nth-of-type(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
}/*# sourceMappingURL=override02.css.map */