@charset "UTF-8";
/* ------------------------------------------------------------
// index
------------------------------------------------------------ */
.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 72px 0 0;
  background: url(../images/index/main-img-pc.png) no-repeat center center/cover;
}
.main-img-wrap .content-box {
  height: 100%;
}
.main-img-wrap .main-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 40px);
  height: 100%;
}
.main-img-wrap .main-img-box .main-img-txt {
  margin-left: -5px;
}
.main-img-wrap .main-img-box .main-img-txt img {
  width: 797px;
}
.main-img-wrap .main-img-box .txt-pc {
  margin-block: 20px 40px;
}
.main-img-wrap .main-img-box .txt-pc p {
  font-size: 16px;
  color: #ffffff;
}
.main-img-wrap .main-img-box .txt-pc p:not(:last-child) {
  margin-bottom: 1em;
}
.main-img-wrap .txt-sp {
  display: none;
}
.main-img-wrap .recruitment {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-img-wrap .recruitment img {
  width: 662px;
}
.main-img-wrap .recruit-talk-btn {
  position: absolute;
  right: 30px;
  bottom: 90px;
}
.main-img-wrap .recruit-talk-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  width: 180px;
  height: 180px;
  padding-top: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3ab672), to(#9fd92b));
  background: linear-gradient(to bottom, #3ab672, #9fd92b);
  background-position: bottom;
  border: 5px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: background-position 0.5s ease-in-out;
  transition: background-position 0.5s ease-in-out;
}
.main-img-wrap .recruit-talk-btn a:hover {
  background-size: 100% 200%; /* 2倍の大きさ */
  background-position: top;
}
.main-img-wrap .recruit-talk-btn a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.main-img-wrap .recruit-talk-btn a .talk-icon {
  text-align: center;
  width: 100%;
}
.main-img-wrap .recruit-talk-btn a .talk-icon img {
  width: 27px;
}
.main-img-wrap .recruit-talk-btn a .talk-ttl {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
.main-img-wrap .recruit-talk-btn a p {
  font-size: 11px;
  text-align: center;
}
.main-img-wrap .recruit-talk-btn a .arrow-icon {
  text-align: center;
  width: 100%;
}
.main-img-wrap .recruit-talk-btn a .arrow-icon img {
  width: 16px;
}
@media screen and (max-width: 767px) {
  .main-img-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    background: url(../images/index/main-img-sp.png) no-repeat center center/cover;
  }
  .main-img-wrap .main-img-box .main-img-txt {
    position: absolute;
    bottom: 120px;
  }
  .main-img-wrap .main-img-box .main-img-txt img {
    width: 245px;
  }
  .main-img-wrap .main-img-box .txt-pc {
    display: none;
  }
  .main-img-wrap .txt-sp {
    display: block;
    padding: 0 20px;
  }
  .main-img-wrap .txt-sp p {
    font-size: 16px;
    color: #ffffff;
  }
  .main-img-wrap .txt-sp p:not(:last-child) {
    margin-bottom: 1em;
  }
  .main-img-wrap .recruitment img {
    display: none;
  }
  .main-img-wrap .recruit-talk-btn {
    position: static;
    margin: 50px 20px 30px;
  }
  .main-img-wrap .recruit-talk-btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    padding-top: 0;
    border-radius: 0;
    -webkit-transition: background-position 0.5s ease-in-out;
    transition: background-position 0.5s ease-in-out;
  }
  .main-img-wrap .recruit-talk-btn a:hover {
    background-size: 100% 200%; /* 2倍の大きさ */
    background-position: top;
  }
  .main-img-wrap .recruit-talk-btn a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
  }
  .main-img-wrap .recruit-talk-btn a::before {
    border-radius: 0;
  }
  .main-img-wrap .recruit-talk-btn a .talk-ttl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 9px;
    margin-bottom: 5px;
  }
  .main-img-wrap .recruit-talk-btn a .talk-icon {
    width: 27px;
  }
  .main-img-wrap .recruit-talk-btn a .talk-ttl {
    font-size: 19px;
    width: auto;
  }
  .main-img-wrap .recruit-talk-btn a .talk-ttl br {
    display: none;
  }
  .main-img-wrap .recruit-talk-btn a p {
    font-size: 13px;
  }
  .main-img-wrap .recruit-talk-btn a .arrow-icon {
    position: absolute;
    top: 50%;
    right: 18px;
    width: auto;
    height: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.whats-new-wrap {
  padding: 30px 0;
  background: #f0f6f7;
}
.whats-new-wrap .whats-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 47px;
}
.whats-new-wrap .whats-new .ttl {
  font-size: 20px;
  font-weight: 700;
  width: 120px;
}
.whats-new-wrap .whats-new ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.whats-new-wrap .whats-new ul li {
  width: 100%;
}
.whats-new-wrap .whats-new ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.whats-new-wrap .whats-new ul li a:hover {
  color: #0092e6;
}
@media screen and (max-width: 767px) {
  .whats-new-wrap {
    display: none;
  }
}

.about-wrap {
  padding: 50px 0 77px;
}
.about-wrap .about-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  margin: 0 auto 28px;
}
.about-wrap .about-ttl .en {
  font-size: 64px;
  color: #0092e6;
  margin-left: -145px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.about-wrap .about-ttl .jp {
  position: absolute;
  top: 55px;
  font-size: 32px;
  font-weight: 700;
  color: #0b1c26;
}
.about-wrap .lead-text {
  text-align: center;
}
.about-wrap .lead-text br {
  display: none;
}
.about-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 70px;
  margin-top: 60px;
}
.about-wrap ul li {
  width: calc((100% - 140px) / 3);
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.about-wrap ul li a .content-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.about-wrap ul li a .content-img img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.about-wrap ul li a .content-txt {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 16px 20px 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-wrap ul li a:hover .content-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.about-wrap ul li a:hover .content-txt {
  color: #0092e6;
}
@media screen and (max-width: 767px) {
  .about-wrap {
    padding: 30px 0 70px;
  }
  .about-wrap .about-ttl {
    margin: 0 auto 20px;
  }
  .about-wrap .about-ttl .en {
    font-size: 44px;
    margin-left: -155px;
  }
  .about-wrap .about-ttl .jp {
    top: 35px;
    font-size: 30px;
  }
  .about-wrap .lead-text br {
    display: inline;
  }
  .about-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .about-wrap ul li {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    border-radius: 20px 20px 10px 10px;
  }
}

.peoples-wrap {
  padding: 50px 0 92px;
  background: url(../images/index/peoples-bg-pc.png) no-repeat center center/cover;
}
.peoples-wrap .peoples-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  margin: 0 auto 28px;
}
.peoples-wrap .peoples-ttl .en {
  font-size: 64px;
  color: #ffffff;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.peoples-wrap .peoples-ttl .en span {
  font-size: 28px;
}
.peoples-wrap .peoples-ttl .jp {
  position: absolute;
  top: 55px;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}
.peoples-wrap .lead-text {
  color: #ffffff;
  text-align: center;
}
.peoples-wrap .lead-text br {
  display: none;
}
.peoples-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 47px;
  margin-top: 60px;
}
.peoples-wrap ul li {
  width: calc((100% - 141px) / 4);
  background: #ffffff;
  border-radius: 10px;
}
.peoples-wrap ul li:not(:last-child) a {
  display: block;
  position: relative;
  height: 100%;
}
.peoples-wrap ul li:not(:last-child) a .content-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.peoples-wrap ul li:not(:last-child) a .content-img img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.peoples-wrap ul li:not(:last-child) a .content-txt {
  font-size: 18px;
  font-weight: 500;
  padding: 0 15px 10px;
}
.peoples-wrap ul li:not(:last-child) a .content-txt .number {
  font-size: 32px;
  font-weight: 500;
  color: #0092e6;
  line-height: 1;
}
.peoples-wrap ul li:not(:last-child) a .content-txt .name {
  font-size: 13px;
  color: #4d4d4d;
}
.peoples-wrap ul li:not(:last-child) a .arrow-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background: #313c4d;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.peoples-wrap ul li:not(:last-child) a .arrow-icon img {
  width: 10px;
  height: 4px;
}
.peoples-wrap ul li:not(:last-child) a:hover .content-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.peoples-wrap ul li:not(:last-child) a:hover .arrow-icon {
  right: 3px;
  background: #0092e6;
}
.peoples-wrap ul li:last-child a {
  display: block;
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.peoples-wrap ul li:last-child a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/peoples-img-4-pc.png) no-repeat center center/cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 0;
}
.peoples-wrap ul li:last-child a .content-txt {
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  padding: 10px 15px 0;
  z-index: 1;
}
.peoples-wrap ul li:last-child a .content-txt span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #0092e6;
}
.peoples-wrap ul li:last-child a .arrow-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background: #313c4d;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.peoples-wrap ul li:last-child a .arrow-icon img {
  width: 10px;
  height: 4px;
}
.peoples-wrap ul li:last-child a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.peoples-wrap ul li:last-child a:hover .arrow-icon {
  right: 3px;
  background: #0092e6;
}
@media screen and (max-width: 767px) {
  .peoples-wrap {
    padding: 30px 0 70px;
    background: url(../images/index/peoples-bg-sp.png) no-repeat center center/cover;
  }
  .peoples-wrap .about-ttl {
    margin: 0 auto 20px;
  }
  .peoples-wrap .about-ttl .en {
    font-size: 44px;
    margin-left: -155px;
  }
  .peoples-wrap .about-ttl .jp {
    top: 35px;
    font-size: 30px;
  }
  .peoples-wrap .lead-text br {
    display: inline;
  }
  .peoples-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .peoples-wrap ul li:not(:last-child) {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    border-radius: 20px 20px 10px 10px;
  }
  .peoples-wrap ul li:last-child {
    width: 100%;
    max-width: 640px;
    height: 200px;
    margin: 0 auto;
  }
  .peoples-wrap ul li:last-child a::before {
    background: url(../images/index/peoples-img-4-pc.png) no-repeat top center/cover;
  }
  .peoples-wrap ul li:last-child a .content-txt {
    font-size: 14px;
  }
  .peoples-wrap ul li:last-child a .content-txt span {
    font-size: 17px;
  }
}

.work-wrap {
  padding: 50px 0 77px;
}
.work-wrap .work-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  margin: 0 auto 28px;
}
.work-wrap .work-ttl .en {
  font-size: 64px;
  color: #0092e6;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.work-wrap .work-ttl .jp {
  position: absolute;
  top: 55px;
  font-size: 32px;
  font-weight: 700;
  color: #0b1c26;
}
.work-wrap .lead-text {
  text-align: center;
}
.work-wrap .lead-text br {
  display: none;
}
.work-wrap .work-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-top: 60px;
}
.work-wrap .work-flex-box .img-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.work-wrap .work-flex-box .img-box img {
  width: 400px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.work-wrap .work-flex-box .txt-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.work-wrap .work-flex-box .txt-box .ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 22px;
  color: #ffffff;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 20px;
  background: #0092e6;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}
.work-wrap .work-flex-box .txt-box .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.work-wrap .work-flex-box .txt-box .ttl:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.work-wrap .work-flex-box .txt-box .ttl span {
  display: block;
  line-height: 1;
}
.work-wrap .work-flex-box .txt-box .ttl span img {
  width: 32px;
}
.work-wrap .work-flex-box .txt-box .ttl .arrow-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.work-wrap .work-flex-box .txt-box .ttl .arrow-icon img {
  width: 12px;
}
.work-wrap .work-flex-box .txt-box .select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.work-wrap .work-flex-box .txt-box .select-box .box {
  width: 240px;
}
.work-wrap .work-flex-box .txt-box .select-box .box .select-ttl {
  font-size: 18px;
  font-weight: 500;
  color: #0092e6;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #313C4D;
}
.work-wrap .work-flex-box .txt-box .select-box .box .two-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.work-wrap .work-flex-box .txt-box .select-box .box .two-box .box {
  width: calc((100% - 40px) / 2);
}
.work-wrap .work-flex-box .txt-box .select-box .box ul li {
  margin-bottom: 10px;
}
.work-wrap .work-flex-box .txt-box .select-box .box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.work-wrap .work-flex-box .txt-box .select-box .box ul li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 1;
  width: 20px;
  height: 20px;
  background: #313c4d;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.work-wrap .work-flex-box .txt-box .select-box .box ul li a span img {
  width: 10px;
  height: 4px;
}
.work-wrap .work-flex-box .txt-box .select-box .box ul li a:hover {
  color: #0092e6;
}
.work-wrap .work-flex-box .txt-box .select-box .box ul li a:hover span {
  background: #0092e6;
}
@media screen and (max-width: 767px) {
  .work-wrap {
    padding: 30px 0 70px;
  }
  .work-wrap .work-ttl {
    margin: 0 auto 30px;
  }
  .work-wrap .work-ttl .en {
    font-size: 44px;
    margin-left: -50px;
  }
  .work-wrap .work-ttl .jp {
    top: 35px;
    font-size: 30px;
  }
  .work-wrap .lead-text br {
    display: inline;
  }
  .work-wrap .work-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }
  .work-wrap .work-flex-box .img-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .work-wrap .work-flex-box .img-box img {
    width: 100%;
  }
  .work-wrap .work-flex-box .txt-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .work-wrap .work-flex-box .txt-box .ttl {
    font-size: 18px;
    margin-bottom: 40px;
    padding: 0 17px;
  }
  .work-wrap .work-flex-box .txt-box .ttl span {
    display: block;
    line-height: 1;
  }
  .work-wrap .work-flex-box .txt-box .ttl span img {
    width: 28px;
  }
  .work-wrap .work-flex-box .txt-box .select-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .work-wrap .work-flex-box .txt-box .select-box .box {
    width: 100%;
  }
  .work-wrap .work-flex-box .txt-box .select-box .box .select-ttl {
    font-size: 18px;
    font-weight: 500;
    color: #0092e6;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #313C4D;
  }
  .work-wrap .work-flex-box .txt-box .select-box .box .two-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .work-wrap .work-flex-box .txt-box .select-box .box .two-box .box {
    width: calc((100% - 40px) / 2);
  }
  .work-wrap .work-flex-box .txt-box .select-box .box ul li {
    margin-bottom: 10px;
  }
  .work-wrap .work-flex-box .txt-box .select-box .box ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  .work-wrap .work-flex-box .txt-box .select-box .box ul li a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    line-height: 1;
    width: 20px;
    height: 20px;
    background: #313c4d;
    border-radius: 50%;
  }
  .work-wrap .work-flex-box .txt-box .select-box .box ul li a span img {
    width: 10px;
    height: 4px;
  }
}

.career-wrap {
  padding: 80px 0;
  background: url(../images/index/career-bg-pc.png) no-repeat center center/cover;
}
.career-wrap .career-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  margin: 0 auto 28px;
}
.career-wrap .career-ttl .en {
  font-size: 40px;
  color: #ffffff;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.career-wrap .career-ttl .en br {
  display: none;
}
.career-wrap .career-ttl .jp {
  position: absolute;
  top: 30px;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}
.career-wrap .lead-text {
  color: #ffffff;
  text-align: center;
}
.career-wrap .lead-text br {
  display: none;
}
.career-wrap .circle-box {
  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;
  gap: 80px;
  margin: 60px 0 40px;
}
.career-wrap .circle-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 220px;
  height: 220px;
  background: #0092e6;
  border: 5px solid #ffffff;
  border-radius: 50%;
}
.career-wrap .circle-box .box .icon {
  text-align: center;
  width: 100%;
}
.career-wrap .circle-box .box .icon img {
  height: 60px;
}
.career-wrap .circle-box .box .txt {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}
.career-wrap .link-btn {
  text-align: center;
}
.career-wrap .link-btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #ffffff;
  width: 240px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}
.career-wrap .link-btn a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(39, 172, 217);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.career-wrap .link-btn a:hover {
  border: 1px solid rgb(39, 172, 217);
}
.career-wrap .link-btn a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .career-wrap {
    padding: 30px 0 70px;
    background: url(../images/index/career-bg-sp.png) no-repeat center center/cover;
  }
  .career-wrap .career-ttl {
    margin: 0 auto;
  }
  .career-wrap .career-ttl .en {
    font-size: 31px;
    line-height: 1;
    margin-left: -110px;
  }
  .career-wrap .career-ttl .en br {
    display: inline;
  }
  .career-wrap .career-ttl .jp {
    top: 50px;
    font-size: 30px;
  }
  .career-wrap .lead-text {
    margin-top: 50px;
  }
  .career-wrap .lead-text br {
    display: inline;
  }
  .career-wrap .circle-box {
    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;
    gap: 15px;
    margin: 30px 0 50px;
  }
  .career-wrap .circle-box .box {
    width: 160px;
    height: 160px;
  }
  .career-wrap .circle-box .box .icon img {
    height: 46px;
  }
  .career-wrap .circle-box .box .txt {
    font-size: 16px;
  }
}