@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "YakuHanJP", "Noto Sans", "Noto Sans CJK JP Subset", "Noto Sans CJK JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

body p {
  line-height: 2;
  font-weight: 400;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.pc-none {
  display: none;
}
li.pc-none {
  display: none !important;
}

.sp-none {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

small {
  font-size: 60%;
  line-height: 1.25;
}
.small {
  font-size: 75%;
  margin-top: 15px;
  line-height: 2;
}

.cl-red {
  color: #ef4a53;
}

.cl-orange {
  color: #f68f46;
}

.cl-yellow {
  color: #f2cd00;
}

.cl-green {
  color: #00ad72;
}

.cl-blue {
  color: #a6c309;
}

.cl-purple {
  color: #c73080;
}

ul li {
  list-style: none;
}

header {
  background: #fff;
}
#logo {
  display: flex;
  text-align: left;
  align-items: center;
}
#logo p {
  font-size: max(1.04vw, 16px);
  margin-left: 10px;
  font-weight: 700;
}

#logo {
  position: fixed;
  z-index: 99;
  top: -24px;
  left: 30px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

#logo img {
}

#logoSmall_text {
  -webkit-transition: fill 1s;
  transition: fill 1s;
  stroke-width: 1;
  display: block;
}
#logo.is-show {
  transition-delay: 0.1s;
  opacity: 1;
}
@media (max-width: 900px) {
  #logo {
    top: -28px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    left: 0px;
  }
  #logo img {
    position: relative;
    top: 4px;
    width: 100px;
  }
  #logo p {
    font-size: 12px;
    margin-left: 10px;
    font-weight: 700;
  }
}

#globalBtn {
  width: 40px;
  height: 30px;
  position: fixed;
  z-index: 99;
  top: -50px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 900px) {
  #globalBtn {
    top: 15px;
  }
}
#globalBtn:before,
#globalBtn:after {
  width: 40px;
  height: 2px;
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #a6c309;
}
#globalBtn:before {
  top: 9px;
}
#globalBtn:after {
  bottom: 9px;
}
#globalBtn.is-open:before {
  top: 15px;
}
#globalBtn.is-open:after {
  bottom: 15px;
}

#global {
  color: #222;
  background-color: #fff;
  padding: 30px 0;
  width: 100%;
  position: fixed;
  z-index: 98;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 900px) {
  #global {
    top: -200px;
  }
}
#global ul {
  text-align: right;
}
#global ul li {
  margin-right: 1.5vw;
  display: inline-block;
  font-size: max(0.94vw, 12px);
  font-weight: 500;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#global ul li:last-child {
  margin-right: 30px;
}
#global ul li a {
  color: #222;
  list-style: none;
  text-decoration: none;
}

#global ul li a:hover {
  padding-bottom: 3px;
  text-decoration: none;
  color: #a6c309;
  border-bottom: 1px solid #a6c309;
}

@media (max-width: 900px) {
  #global.is-open {
    position: fixed;
    z-index: 98;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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;
    opacity: 1;
    background: #fff;
  }
  #global.is-open ul li {
    margin: 30px 0;
    display: block;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

#global .hd_btn a {
  padding: 0.52vw 1.04vw;
  background: #a6c309;
  border: 1px solid #a6c309;
  color: #fff;
  transition: 0.5s all;
  box-sizing: border-box;
}
#global .hd_btn a:hover {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #a6c309;
  box-sizing: border-box;
  color: #a6c309;
}

.mv {
  position: relative;
  text-align: center;
  padding: 85px 30px 0;
}
@media (max-width: 900px) {
  .mv {
    padding: 60px 0px 0;
  }
}

.mv__copy {
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  background: #a6c309;
}

.mv__copy p {
  line-height: 1.4;
  color: #fff;
  text-align: center;
  display: block;
  padding: 30px;
}

.mv__copy p .en {
  font-size: 35px;
  display: block;
  font-weight: 500;
}

.lead__block {
  text-align: center;
  padding: 60px 30px 60px;
}

.lead__block .en {
  font-size: 72px;
}

.lead__title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
}

/* フェードイン(初期値) 下から上*/
.js-fadeup {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.5s, transform 0.5s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後)下から上 */
.js-fadeup.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 0.3s;
  /* フェード開始を0.5秒遅らせる */
}

/* フェードイン(初期値) 左から右*/
.js-fadeleft {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateX(-50px);
  /* 下に30pxの位置から */
  transition: opacity 0.5s, transform 0.5s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後)左から右 */
.js-fadeleft.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateX(0);
  /* 30px上に移動する */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

/* フェードイン(初期値) 左から右*/
.js-faderight {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateX(50px);
  /* 下に30pxの位置から */
  transition: opacity 0.5s, transform 0.5s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後)左から右 */
.js-faderight.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateX(0);
  /* 30px上に移動する */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

/* 文字を徐々に出す */
.smooth {
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}

.smooth.is-animated {
  clip-path: inset(0);
}

section {
  padding: 80px 30px;
}

.section__title {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 32px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
  line-height: 1.25;
}
/* 
.section__title span.jp {
  display: block;
  color: #000;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}
*/

.sub__title {
  text-align: center;
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: bold;
}

.sub__title span {
  display: inline-block;
  position: relative;
  padding: 0 1em 0.5em;
}

section .sub__title span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-image: linear-gradient(90deg, #44c4f4 10%, #a66dff 37%, #ff6766 64%, #ffba00 92%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

section p.text-c {
  text-align: center;
}

section .link {
  max-width: 470px;
  text-align: center;
  margin: 15px auto 0;
}

section .link .btn {
  background: #a6c309;
  border: 1px solid #a6c309;
  color: #fff;
  display: block;
  padding: 0.75em 1em;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  transition: 0.5s all;
}

section .link .btn:hover {
  background: #fff;
  color: #a6c309;
  border: 1px solid #a6c309;
  box-sizing: border-box;
  display: block;
  padding: 0.75em 1em;
}

section .link .btn::after {
  content: "";
  display: block;
  background: url(../../images/icon_arrow.png);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: 0.5s all;
}
section .link .btn:hover::after {
  content: "";
  display: block;
  background: url(../../images/icon_arrow_green.png);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

.workplace {
  background: url(../../images/workplace_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.workplace::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.workplace .sub__title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
}

.workplace .workplace__block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 45px;
}

.workplace ul {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.workplace__icon img {
  margin: 0 auto 1em;
  min-height: 96px;
}

.workplace li a {
  position: relative;
  transition: 0.25s;
  bottom: 0;
}

.workplace li a:hover {
  bottom: 10px;
  opacity: 0.8;
}

.components {
  padding-bottom: 0;
}

.components__list {
  margin: 45px auto 0;
}

.components__list li {
  border: solid 5px #a6c309;
  border-radius: 10px;
  display: flex;
  gap: 30px;
  padding: 30px;
  margin-bottom: 30px;
}

.components__title,
.components__text {
  width: 50%;
}

.components__title {
  display: flex;
  gap: 20px;
  align-items: center;
}

.components__title p {
  background: #fff;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1em;
  color: #a6c309;
}

.components__title p span {
  display: block;
  font-size: 12px;
}

.components__title p span.number {
  font-size: 48px;
  font-weight: bold;
}

.components__title .sub__title {
  margin-bottom: 0;
  text-align: left;
  color: #a6c309;
}

.components .facing__arrow {
  text-align: center;
}

.components .facing__title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  border-bottom: 10px solid #f2cd00;
  padding-bottom: 0.5em;
  position: relative;
}

.components .facing__title::before,
.components .facing__title::after {
  content: "";
  display: block;
  position: absolute;
}

.components .facing__title::before {
  background: url(../../images/facing_left.png) no-repeat bottom left;
  width: 152px;
  height: 192px;
  bottom: -0.5em;
  left: 30px;
}

.components .facing__title::after {
  background: url(../../images/facing_right.png) no-repeat bottom right;
  width: 146px;
  height: 179px;
  bottom: -0.5em;
  right: 30px;
}

.components .facing__text {
  background: #fefae5;
  padding: 30px;
}

.components .facing__text span {
  max-width: 700px;
  display: block;
  margin: 0 auto;
}

.system {
  background: #f5faf0;
}

.system .section__title span.jp {
  color: #222;
}

.system__text {
  font-weight: bold;
  font-size: 20px;
  background: #fff;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}

.system__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.system__block .text-c {
  margin-bottom: 30px;
}

.system__block.welfare {
  margin: 0 auto 30px;
}

.system ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.system h4 {
  color: #a6c309;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.system ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% / 3 - 15px);
  height: 100px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 12px;
  line-height: 2;
}

.features .cl-blue {
  padding: 0;
}

.features .cl-blue::after {
  display: none;
}

.features .tab_content {
  padding: 60px !important;
  display: none;
  border: solid 1px #a6c309;
  background: #fff;
}

.features .tab_content#numerical {
  background: #f4f4f4;
}

.features .tab_content#conversation {
  background: #fff;
}

.features .tab_content.active {
  display: block;
}

.features .tab_wrapper > ul {
  display: flex;
  gap: 10px;
}

.features .tab_wrapper > ul li {
  width: calc(100% / 2);
  text-align: center;
  background: #a6c309;
  color: #fff;
  padding: 1em;
  border-radius: 10px 10px 0 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.features .tab_wrapper > ul li.numerical.active {
  border-color: #a6c309;
  color: #a6c309;
  background: linear-gradient(180deg, #a6c309 0%, #a6c309 5%, #f4f4f4 5%, #f4f4f4 100%);
  border: solid 1px #a6c309;
  position: relative;
}
.features .tab_wrapper > ul li.conversation.active {
  border-color: #a6c309;
  color: #a6c309;
  background: linear-gradient(180deg, #a6c309 0%, #a6c309 5%, #fff 5%, #fff 100%);
  border: solid 1px #a6c309;
  position: relative;
}

.features .tab_wrapper > ul li.active::before,
.features .tab_wrapper > ul li.active::after {
  content: "";
  position: absolute;
  left: 0;
}

.features .tab_wrapper > ul li.numerical.active::after {
  width: 100%;
  height: 2px;
  bottom: -2px;
  background: #f4f4f4;
}
.features .tab_wrapper > ul li.conversation.active::after {
  width: 100%;
  height: 2px;
  bottom: -2px;
  background: #fff;
}

.features .link .btn {
  margin-top: 60px;
}

.features .sub__title {
  margin-bottom: 60px;
}

.features #numerical .chart h4 {
  background: #ccc;
  color: #fff;
  padding: 1em;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 10px 0;
}

.features #numerical .chart__block {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.features #numerical .chart__block .short {
  width: calc(100% * 4);
}

.features #numerical .chart__block .long {
  width: calc(100% * 7);
}

.features #numerical .chart__block .half {
  width: calc(100% * 5);
}

.features #numerical .chart__block > div {
  background: #fff;
}

.features #numerical .chart__block .gender h4 {
  background: linear-gradient(90deg, #44c4f4 10%, #a66dff 37%, #ff6766 64%, #ffba00 92%);
}

.features #numerical .chart__block .gender h4::after {
  border-color: #ef4a53 transparent transparent transparent;
}

.features #numerical .chart__block .gender .bar-info {
  background: #f9cb7f;
}

.features #numerical .chart__block .gender .graph__title {
  width: 4em;
}

.features #numerical .chart__block .age h4 {
  background: linear-gradient(90deg, #44c4f4 10%, #a66dff 37%, #ff6766 64%, #ffba00 92%);
}

.features #numerical .chart__block .age h4::after {
  border-color: #f68f46 transparent transparent transparent;
}

.features #numerical .chart__block .age .bar-info {
  background: #f9cb7f;
}

.features #numerical .chart__block .age .graph__title {
  width: 4em;
}

.features #numerical .chart__block .years h4 {
  background: linear-gradient(90deg, #44c4f4 10%, #a66dff 37%, #ff6766 64%, #ffba00 92%);
}

.features #numerical .chart__block .years h4::after {
  border-color: #f2cd00 transparent transparent transparent;
}

.features #numerical .chart__block .years .bar-info {
  background: #f8e67f;
}

.features #numerical .chart__block .years .graph__title {
  width: 4.25em;
}

.features #numerical .chart__block .member h4 {
  background: linear-gradient(90deg, #44c4f4 10%, #a66dff 37%, #ff6766 64%, #ffba00 92%);
}

.features #numerical .chart__block .member h4::after {
  border-color: #f2cd00 transparent transparent transparent;
}

.features #numerical .chart__block .member .bar-info {
  background: #f8e67f;
}

.features #numerical .chart__block .member .graph__title {
  width: 4em;
}

.features #numerical .chart__block .clothes h4 {
  background: linear-gradient(90deg, #44c4f4 10%, #a66dff 37%, #ff6766 64%, #ffba00 92%);
}

.features #numerical .chart__block .clothes h4::after {
  border-color: #00ad72 transparent transparent transparent;
}

.features #numerical .chart__block .location h4 {
  background: #a6c309;
}

.features #numerical .chart__block .location h4::after {
  border-color: #a6c309 transparent transparent transparent;
}

.features #numerical .chart__block .industry h4 {
  background: #c73080;
}

.features #numerical .chart__block .industry h4::after {
  border-color: #c73080 transparent transparent transparent;
}

.features #numerical .chart__box {
  position: relative;
}

.features #numerical .chart__box.short img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.features #numerical .chart__box.long img {
  position: relative;
  bottom: 0;
  left: 0%;
  margin: 20px auto;
  width: 85%;
}
.features #numerical .chart__box .chart__text-img .chart__text {
  font-size: 40px;
  text-align: left;
  line-height: 1.3;
  color: #555;
  letter-spacing: 0.1rem;
}

.features #numerical .chart__box .chart__text-img img {
  width: 38%;
}

.features #numerical .chart__box .chart__text-img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 30px 10px;
}

.features #numerical .chart__text {
  font-size: 80px;
  text-align: center;
  font-weight: 700;
  color: #555;
}
.features #numerical .short .chart__text {
  position: relative;
  font-size: 80px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  top: 30px;
}

.features #numerical .chart .bar-info {
  border-radius: 5px;
  padding: 0.75rem;
  background: #ccc;
  width: 10%;
  position: relative;
  transition: width 1s 1s ease-in-out;
}

.features #numerical .chart .bar-info .percent {
  float: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.features #numerical .chart .graph {
  padding: 0 30px 30px;
}

.features #numerical .chart .graph li {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 0.5em;
}

.features #conversation .crosstalk {
  max-width: 800px;
  margin: 0 auto;
}

.features #conversation .crosstalk h4 {
  background: #ccc;
  color: #fff;
  padding: 1em;
  text-align: center;
  position: relative;
  margin: 60px auto 10px;
  font-size: 20px;
  font-weight: bold;
}

.features #conversation .crosstalk .talk {
  display: flex;
  margin: 30px 0;
  align-items: center;
}

.features #conversation .crosstalk .talk img {
  max-width: 140px;
  max-height: 144px;
}

.features #conversation .crosstalk .talk .icon {
  display: flex;
  flex-direction: column;
  width: 180px;
  text-align: center;
  justify-content: center;
}
.features #conversation .crosstalk .talk span {
  font-size: 12px;
  font-weight: bold;
}

.features #conversation .crosstalk .talk p {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #f6f6f6;
  margin-left: 30px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.features #conversation .crosstalk .talk p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 20px 11.5px 0;
  border-color: transparent #f6f6f6 transparent transparent;
  position: absolute;
  top: 40%;
  left: -20px;
}

.features #conversation .crosstalk .talk__new {
  flex-direction: row-reverse;
}

.features #conversation .crosstalk .talk__new p {
  margin-left: 0;
  margin-right: 30px;
}

.features #conversation .crosstalk .talk__new p::before {
  border-width: 11.5px 0 11.5px 20px;
  border-color: transparent transparent transparent #f6f6f6;
  top: 42px;
  left: auto;
  right: -20px;
}

.features #conversation .crosstalk .point {
  border: solid 5px #ccc;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
.features #conversation .crosstalk .point img {
  margin: 20px 0;
}

.features #conversation .crosstalk .point__title {
  background: #ccc;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  padding: 0.5em 2em;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}

.features #conversation .crosstalk .point__photo {
  position: absolute;
  right: 30px;
  bottom: -8px;
}

.features #conversation .crosstalk .motive h4 {
  background: #ef4a53;
}

.features #conversation .crosstalk .motive h4::after {
  border-color: #ef4a53 transparent transparent transparent;
}

.features #conversation .crosstalk .motive .talk__new p {
  background: #fdebea;
}

.features #conversation .crosstalk .motive .talk__new p::before {
  border-color: transparent transparent transparent #fdebea;
}

.features #conversation .crosstalk .motive .point {
  border: solid 5px #ef4a53;
}

.features #conversation .crosstalk .motive .point__title {
  background: #ef4a53;
}

.features #conversation .crosstalk .motive .point .sign {
  display: flex;
  text-align: right;
  justify-content: end;
  margin-top: 30px;
  line-height: 1.4;
}

.features #conversation .crosstalk .motive .point .sign img {
  max-width: 153px;
  margin-left: 1em;
}

.features #conversation .crosstalk .environment h4 {
  background: #f68f46;
}

.features #conversation .crosstalk .environment h4::after {
  border-color: #f68f46 transparent transparent transparent;
}

.features #conversation .crosstalk .environment .talk__new p {
  background: #fef4e5;
}

.features #conversation .crosstalk .environment .talk__new p::before {
  border-color: transparent transparent transparent #fef4e5;
}

.features #conversation .crosstalk .environment .point {
  border: solid 5px #f68f46;
}

.features #conversation .crosstalk .environment .point__title {
  background: #f68f46;
}

.features #conversation .crosstalk .target h4 {
  background: #f2cd00;
}

.features #conversation .crosstalk .target h4::after {
  border-color: #f2cd00 transparent transparent transparent;
}

.features #conversation .crosstalk .target .talk__new p {
  background: #fefae5;
}

.features #conversation .crosstalk .target .talk__new p::before {
  border-color: transparent transparent transparent #fefae5;
}

.features #conversation .crosstalk .target .point {
  border: solid 5px #f2cd00;
}

.features #conversation .crosstalk .target .point__title {
  background: #f2cd00;
}

.challenge {
  background: url(../../images/challenge_bg_top.png) no-repeat top right, url(../../images/challenge_bg_bottom.png) no-repeat bottom left;
}

.challenge__list li {
  display: flex;
  border: solid 5px #ccc;
  border-radius: 10px;
  position: relative;
  background: #fff;
  margin-top: 60px;
}

.challenge__list li::before {
  content: "";
  background: #ccc;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 10px;
  z-index: -1;
}

.challenge__list li:nth-child(1) {
  border: solid 5px #ef4a53;
}

.challenge__list li:nth-child(1)::before {
  background: #ef4a53;
}

.challenge__list li .challenge__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.challenge__list li:nth-child(1) .challenge__text {
  background: url(../../images/red_dot_bg.png);
}

.challenge__list li:nth-child(1) .challenge__title {
  color: #ef4a53;
}
.challenge__list li .js-faderight1 {
  position: absolute;
  top: 35px;
  left: 3vw;
  transition-delay: 0.75s;
  z-index: 2;
}

.challenge__list li .js-faderight2 {
  position: relative;
  top: 40px;
  transition-delay: 0.75s;
  z-index: 1;
}

.challenge__list li:nth-child(2) {
  border: solid 5px #f68f46;
}

.challenge__list li:nth-child(2)::before {
  background: #f68f46;
}

.challenge__list li:nth-child(2) .challenge__text {
  background: url(../../images/orange_dot_bg.png);
}

.challenge__list li:nth-child(2) .challenge__title {
  color: #f68f46;
}

.challenge__list li:nth-child(2) .js-fadeleft {
  position: absolute;
  left: 30px;
  transition-delay: 0.75s;
}

.challenge__list li:nth-child(2) .challenge2 {
  position: absolute;
  right: 30px;
}

.challenge__list li:nth-child(3) {
  border: solid 5px #f2cd00;
}

.challenge__list li:nth-child(3)::before {
  background: #f2cd00;
}

.challenge__list li:nth-child(3) .challenge__text {
  background: url(../../images/yellow_dot_bg.png);
}

.challenge__list li:nth-child(3) .challenge__title {
  color: #f2cd00;
}

.challenge__list li:nth-child(3) .js-faderight {
  position: absolute;
  right: 30px;
  transition-delay: 0.75s;
}

.challenge__text,
.challenge__img,
.challenge__img_2 {
  padding: 30px;
}

.challenge__text {
  width: calc(100% * 0.4);
}

.challenge__img {
  width: calc(100% * 0.6);
  display: flex;
  align-items: center;
  max-width: 100%;
  background: #fff;
  position: relative;
  justify-content: center;
  justify-content: flex-end;
}
.challenge__img_2 {
  width: calc(100% * 0.6);
  display: flex;
  align-items: center;
  max-width: 100%;
  background: #fff;
  position: relative;
  justify-content: center;
}

.challenge__title {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.challenge__title p {
  background: #fff;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.challenge__title p span {
  display: block;
  font-size: 12px;
}

.challenge__title p span.number {
  font-size: 48px;
  font-weight: bold;
}

.challenge__title .sub__title {
  margin-bottom: 0;
  text-align: left;
}

.application {
  background: #f5faf0;
  position: relative;
}

.application p {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.application::before,
.application::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
}

.application::before {
  background: url(../../images/footer_Left.png) no-repeat left bottom;
  background-size: cover;
  width: 400px;
  height: 390px;
  left: 60px;
}

.application::after {
  background: url(../../images/footer_Right.png) no-repeat right bottom;
  background-size: cover;
  width: 390px;
  height: 382px;
  right: 60px;
}

.application .section__title {
  line-height: 1.25;
}

/*
.application .section__title span.jp {
  color: #222;
  line-height: 1.2;
}
*/

.application .task {
  margin-top: 45px;
}

footer .address {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 30px;
  align-items: center;
}

footer .address > {
  width: calc(100% / 2);
}

footer .copyright {
  background: #a6c309;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
}

.contact {
  position: fixed;
  right: -235px;
  bottom: 60px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.contact.active {
  opacity: 1;
  visibility: visible;
  right: 10px;
}

.contact:hover {
  bottom: 70px;
  right: 10px;
}

@media screen and (max-width: 1530px) {
  .application::before,
  .application::after {
    background-size: 25vw;
  }
  .application::before {
    left: 30px;
  }
  .application::after {
    right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .wrap {
    width: 90%;
  }
  .workplace ul {
    gap: 0px;
  }
  .features #numerical .chart__text {
    font-size: 7vw;
  }
  .features #numerical .short .chart__text {
    font-size: 7vw;
    top: 3vw;
  }

  .features #numerical .chart__box .chart__text-img .chart__text {
    font-size: 2.6vw;
    text-align: left;
    line-height: 1.3;
    color: #555;
    letter-spacing: 0.2rem;
  }

  .features #numerical .chart__box .chart__text-img img {
    width: 35%;
  }

  .system h4 {
    color: #a6c309;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
  }

  .system ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% / 3 - 15px);
    height: 100px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    font-size: 12px;
    line-height: 2;
  }

  .components__list li {
    flex-wrap: wrap;
  }
  .components__title,
  .components__text {
    width: 100%;
  }
  .components .facing__title::before,
  .components .facing__title::after {
    background-size: 10vw;
  }
  .components .facing__title::before {
    left: 0;
  }
  .components .facing__title::after {
    right: 0;
  }
  .application p {
    font-size: 16px;
  }
  
}
@media screen and (max-width: 900px) {
  li.pc-none {
    display: block !important;
  }
  .challenge__list li {
    display: block;
  }
  .challenge__list li:nth-child(2) .js-fadeleft {
    position: unset;
  }
  .challenge__img {
    width: 100vw;
    height: 60vw;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
  }
  .challenge__img_2 {
    width: 100vw;
    height: 60vw;
    box-sizing: border-box;
  }
  .challenge__list li .js-faderight1 {
    position: relative;
    top: -1vw;
    left: -12vw;
    margin-bottom: 20px;
    transition-delay: 0.75s;
    z-index: 2;
  }

  .challenge__list li .js-faderight2 {
    position: relative;
    top: 0vw;
    left: 10vw;
    transition-delay: 0.75s;
    z-index: 1;
  }
  .challenge__text {
    width: 100%;
    box-sizing: border-box;
  }
  .challenge__list li {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .mv__copy p .en {
    font-size: 3.5vw;
  }
  .lead__block {
    padding: 40px 20px;
  }
  .workplace .workplace__block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
  }

  .workplace ul {
    display: flex;
    justify-content: space-between;
  }
  .workplace ul li {
    padding: 0px;
  }
  .components .facing__title {
    font-size: 4vw;
  }
  .components .facing__title::before,
  .components .facing__title::after {
    background-size: 15vw;
  }
  .features #conversation .crosstalk .point__text {
    width: 50%;
  }
  .features .sub__title {
    margin-bottom: 20px;
  }
  .system ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  .system ul li {
    width: calc(100% / 2 - 15px);
    box-sizing: border-box;
  }

  .application::before,
  .application::after {
    display: none;
  }
  .contact {
    bottom: 20px;
    right: 10px;
    display: block;
  }
  .contact a {
    text-decoration: none;
    position: relative;
  }
  .contact a img {
    position: relative;
    width: 120px;
    right: 0px;
  }
  .contact a span {
    background: #fff;
    color: #222;
    margin: 10px;
    display: block;
    border-radius: 10px;
    padding: 0.75em 1em;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  .contact a::before,
  .contact a::after {
    content: "";
    position: absolute;
    bottom: 0;
  }
  .contact a::before {
    /* background: url(../../images/application_1.png) no-repeat left bottom; */
    background-size: cover;
    width: 155px;
    height: 138px;
    left: 30px;
  }
  .contact a::after {
    /* background: url(../../images/application_2.png) no-repeat right bottom; */
    background-size: cover;
    width: 141px;
    height: 138px;
    right: 30px;
  }
  .contact:hover {
    bottom: 0;
    right: 0;
  }
  footer {
    margin-bottom: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 680px) {
  body {
    overflow-x: hidden;
  }
  body p {
    font-size: 14px;
  }
  .mv .logo img {
    width: 50%;
  }
  .mv__copy p {
    padding: 25px;
  }
  .lead__block .en {
    font-size: 13vw;
  }
  .lead__title {
    font-size: 5vw;
  }
  .lead__sp__style {
    text-align: left;
  }
  .lead__sp__style br {
    display: none;
  }
  section {
    padding: 60px 20px;
  }
  section .sub__title {
    font-size: 4vw;
  }
  section p.text-c {
    text-align: left;
  }
  section p.text-c br {
    display: none;
  }

  .section__title {
    font-size: max(4.17vw, 24px);
    line-height: 1.25;
  }

  .section__title span.jp {
    font-size: max(4vw, 14px);
  }

  .workplace ul li {
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .workplace ul li .sub__title {
    margin-top: 0;
    font-size: 4.5vw;
  }
  .workplace__icon img {
    margin-bottom: 0;
  }
  .features .tab_wrapper > ul li {
    font-size: 5vw;
  }
  .features .tab_content {
    padding: 20px !important;
  }
  .features #numerical .chart__block {
    flex-wrap: wrap;
  }
  .features #numerical .chart__block .short,
  .features #numerical .chart__block .long {
    width: 100%;
  }
  .features #numerical .chart__block .industry h4 {
    font-size: 5vw;
    padding: 0.5em 1em;
  }
  .features #numerical .chart__box img {
    position: relative;
  }
  .features #numerical .chart__box.short img {
    display: flex;
    position: relative;
    width: 90%;
  }
  .features #numerical .chart__box .chart__text-img .chart__text {
    font-size: 5.88vw;
    text-align: left;
    line-height: 1.3;
    color: #555;
    letter-spacing: 0.2rem;
  }

  .features #numerical .chart__box .chart__text-img img {
    width: 35%;
  }

  .features #numerical .chart__box .chart__text-img {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 30px 10px;
  }

  .features #numerical .chart__text {
    font-size: 15vw;
  }
  .features #numerical .short .chart__text {
    font-size: 15vw;
    top: 0;
    line-height: 2;
  }

  .features #conversation .crosstalk h4 {
    font-size: 4vw;
    margin: 20px auto 10px;
  }
  .features #conversation .crosstalk .talk {
    flex-direction: column;
  }
  .features #conversation .crosstalk .talk img {
    max-width: 100px;
    max-height: 100px;
  }
  .features #conversation .crosstalk .talk p {
    width: auto;
    padding: 20px;
    margin-left: 0px;
  }
  .features #conversation .crosstalk .talk .icon {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }
  .features #conversation .crosstalk .talk span {
    font-size: 16px;
    text-align: left;
    margin-left: 20px;
  }
  .features #conversation .crosstalk .talk p::before {
    display: none;
  }
  .features #conversation .crosstalk .talk__new p {
    margin-right: 20px;
    margin-left: 0;
  }
  .features #conversation .crosstalk .talk__new p::before {
    border-width: 9px 0 9px 15px;
    top: 16px;
    left: auto;
    right: -14px;
  }
  .features #conversation .crosstalk .point {
    flex-wrap: wrap;
    gap: 0;
  }
  .features #conversation .crosstalk .point__text {
    width: 100%;
  }
  .features #conversation .crosstalk .point__photo {
    position: relative;
    right: auto;
    text-align: center;
  }
  .features #conversation .crosstalk .point__photo img {
    width: calc(100% * 0.5);
  }
  .features #conversation .crosstalk .point__title {
    display: block;
    text-align: center;
  }
  .features #conversation .crosstalk .motive .point__picture {
    position: relative;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    text-align: center;
  }
  .features #conversation .crosstalk .motive .point__picture img {
    width: calc(100% * 0.5);
  }
  .features #conversation .crosstalk .motive .point .sign {
    flex-wrap: wrap;
    gap: 10px;
  }
  .features #conversation .crosstalk .environment .point,
  .features #conversation .crosstalk .target .point {
    flex-direction: column-reverse;
  }
  .system__text {
    font-size: 3vw;
  }
  .system__text br {
    display: block !important;
  }
  .system ul li {
    width: 100%;
  }
  .system h4 {
    margin-bottom: 0;
    font-size: 4vw;
  }
  .system .text-c {
    text-align: center;
  }
  .challenge__list li .js-faderight,
  .challenge__list li .js-fadeleft {
    width: calc(100% * 0.8);
    bottom: -20px;
  }
  .challenge__list li:nth-child(1) .js-faderight,
  .challenge__list li:nth-child(3) .js-faderight {
    right: -20px;
  }
  .challenge__list li:nth-child(2) .js-fadeleft {
    position: relative;
    left: -45px;
    z-index: 3;
  }
  .challenge__list li .js-faderight1 {
    position: relative;
    top: 0vw;
    left: 0vw;
    margin-bottom: 20px;
    transition-delay: 0.75s;
    z-index: 2;
  }

  .challenge__list li .js-faderight2 {
    position: relative;
    top: 0vw;
    left: 0;
    transition-delay: 0.75s;
    z-index: 1;
  }
  .challenge__img {
    width: 100vw;
    height: auto;
    box-sizing: border-box;
    flex-direction: column;
  }
  .challenge__text,
  .challenge__img,
  .challenge__img_2 {
    padding: 4.41vw;
  }

  .application p {
    font-size: 14px;
  }

  footer .address {
    text-align: center;
    flex-wrap: wrap;
  }
  footer .address > {
    width: 100%;
  }
  .contact a::before {
    display: none;
  }
  .contact a::after {
    right: 0;
    /* background: url(../../images/application_2_sp.png) no-repeat right bottom; */
    background-size: cover;
  }
}
