@charset "UTF-8";
/* 共通
---------------------------------------------------------------------------- */
.p-bg-blue-right {
  position: relative;
}
.p-bg-blue-right::before {
  position: absolute;
  content: "";
  right: -400px;
  top: -400px;
  background: url(/assets/images/recruit/tgcs/bg_body.png) no-repeat center center/100%;
  width: 1400px;
  height: 1400px;
  z-index: -1;
}
.p-bg-blue-right.p-culture::before {
  top: -1000px;
}
.p-bg-blue-right.p-last::before {
  top: 200px;
}

.p-bg-blue-left {
  position: relative;
}
.p-bg-blue-left::before {
  position: absolute;
  content: "";
  left: -400px;
  top: 200px;
  background: url(/assets/images/recruit/tgcs/bg_body.png) no-repeat center center/100%;
  width: 1400px;
  height: 1400px;
  z-index: -1;
}
.p-bg-blue-left.p-wrapper::before {
  left: -800px;
  top: -300px;
}

.p-special-item-body {
  text-align: center;
}

.p-special-item-btn {
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #0052C5;
  display: inline-block;
  padding: 0 28px;
  cursor: pointer;
}
.p-special-item-btn span:first-of-type {
  padding-left: 25px;
  position: relative;
}
.p-special-item-btn span:first-of-type::before {
  position: absolute;
  content: "";
  left: 0;
  top: 25%;
  border-bottom: 1px solid #0052C5;
  border-right: 1px solid #0052C5;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-special-item-btn span:last-of-type {
  padding-left: 25px;
  position: relative;
  display: none;
}
.p-special-item-btn span:last-of-type::before {
  position: absolute;
  content: "";
  left: 0;
  top: 38%;
  border-top: 1px solid #0052C5;
  border-left: 1px solid #0052C5;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-special-item-btn.is-active span:first-of-type {
  display: none;
}
.p-special-item-btn.is-active span:last-of-type {
  display: inline-block;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-bg-blue-right::before {
    right: -31.25vw;
    top: -31.25vw;
    width: 109vw;
    height: 109vw;
  }
  .p-bg-blue-right.p-culture::before {
    top: -78.12vw;
  }
  .p-bg-blue-right.p-last::before {
    top: 15.62vw;
  }
  .p-bg-blue-left::before {
    left: -31.25vw;
    top: 15.62vw;
    width: 109vw;
    height: 109vw;
  }
  .p-bg-blue-left.p-wrapper::before {
    left: -62.5vw;
    top: -23.4vw;
  }
  .p-special-item-btn {
    margin-top: 1.95vw;
    font-size: 1.17vw;
    border-radius: 3.9vw;
    padding: 0 2.18vw;
  }
  .p-special-item-btn span:first-of-type {
    padding-left: 1.95vw;
  }
  .p-special-item-btn span:first-of-type::before {
    width: 0.7vw;
    height: 0.7vw;
  }
  .p-special-item-btn span:last-of-type {
    padding-left: 1.95vw;
  }
  .p-special-item-btn span:last-of-type::before {
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .p-join,
.p-work,
.p-culture,
.p-last {
    padding: 0 0 10.6666666667vw;
  }
  .p-bg-blue-right::before {
    width: 133.3333333333vw;
    height: 133.3333333333vw;
    right: -53.3333333333vw;
    top: -42.6666666667vw;
  }
  .p-bg-blue-right.p-culture::before {
    top: -42.6666666667vw;
  }
  .p-bg-blue-right.p-last::before {
    top: -42.6666666667vw;
  }
  .p-bg-blue-left::before {
    width: 133.3333333333vw;
    height: 133.3333333333vw;
    left: -53.3333333333vw;
    top: -42.6666666667vw;
  }
  .p-bg-blue-left.p-wrapper::before {
    left: -53.3333333333vw;
    top: -40vw;
  }
  .p-special-item-btn {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
    border-radius: 13.3333333333vw;
    padding: 0 7.4666666667vw;
  }
  .p-special-item-btn span:first-of-type {
    padding-left: 6.6666666667vw;
  }
  .p-special-item-btn span:first-of-type::before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .p-special-item-btn span:last-of-type {
    padding-left: 6.6666666667vw;
  }
  .p-special-item-btn span:last-of-type::before {
    width: 2.4vw;
    height: 2.4vw;
  }
}
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  margin-top: 130px;
  padding: 0 40px;
  position: relative;
}
.p-mv::before {
  position: absolute;
  content: "";
  width: 700px;
  height: 700px;
  background: url(/assets/images/recruit/bg_mv01.png) no-repeat center center/100%;
  left: -225px;
  top: -445px;
  z-index: -1;
}

.p-mv-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding-left: 220px;
  position: relative;
}

.p-mv-ttl-wrap {
  margin-top: 70px;
}

.p-mv-subttl {
  font-size: 1.8rem;
  line-height: 2.0555555556;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #fff;
  background: #5397FC;
  text-align: center;
  display: inline-block;
  padding: 2px 15px 2px 25px;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-mv-subttl::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6.5px 0 6.5px;
  border-color: #5397FC transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 99.5%;
}

.p-mv-ttl {
  font-size: 4.4rem;
  line-height: 1.4090909091;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #0052C5;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  margin-top: 15px;
}

@media screen and (max-width: 1630px) and (min-width: 768px) {
  .l-breadcrumbs {
    left: 60px;
  }
  .p-mv-inner {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  .p-mv {
    margin-top: 8.66vw;
    padding: 0 2.66vw;
  }
  .p-mv::before {
    width: 46.66vw;
    height: 46.66vw;
    left: -15vw;
    top: -29.66vw;
  }
  .p-mv-ttl-wrap {
    margin-top: 4.66vw;
  }
  .p-mv-subttl {
    font-size: 1.2vw;
    padding: 0.133vw 1vw 0.133vw 1.66vw;
  }
  .p-mv-subttl::after {
    border-width: 0.53vw 0.43vw 0 0.43vw;
  }
  .p-mv-ttl {
    font-size: 2.93vw;
    margin-top: 1vw;
  }
  .p-mv-img {
    width: 48vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-mv-inner {
    padding-left: 3.9vw;
  }
  .l-breadcrumbs {
    left: 3.9vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 18.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .p-mv::before {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    left: -26.6666666667vw;
    top: -52vw;
  }
  .p-mv-inner {
    display: block;
    padding-left: 0;
  }
  .p-mv-ttl-wrap {
    margin-top: 0;
    padding-top: 4vw;
  }
  .p-mv-subttl {
    font-size: 3.4666666667vw;
    padding: 0 1.6vw 0 3.4666666667vw;
  }
  .p-mv-subttl::after {
    border-width: 2.1333333333vw 1.7333333333vw 0 1.7333333333vw;
  }
  .p-mv-ttl {
    font-size: 7.7333333333vw;
    margin-top: 4vw;
  }
  .p-mv-img {
    margin-top: 4vw;
  }
}
/* p-intro
---------------------------------------------------------------------------- */
.p-intro {
  padding: 80px 0 100px;
}

.p-intro-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.p-intro-catch {
  text-align: center;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-intro-catch02 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.0555555556;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 15px;
}

.p-anchor-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 55px 0 0;
}

.p-anchor-list-item-link {
  display: block;
  font-size: 1.8rem;
  line-height: 2.0555555556;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
          box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
  width: 293px;
  padding: 23px 0;
  color: #2A2A2A;
}
.p-anchor-list-item-link span {
  padding-left: 30px;
  position: relative;
}
.p-anchor-list-item-link span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15%;
  width: 11px;
  height: 11px;
  border-right: 2px solid #0052C5;
  border-bottom: 2px solid #0052C5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .p-anchor-list-item-link {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .p-anchor-list-item-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 10px solid #C9E0FF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  .p-anchor-list-item-link:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-intro {
    padding: 6.25vw 0;
  }
  .p-intro-inner {
    max-width: 75vw;
  }
  .p-intro-catch {
    font-size: 2.34vw;
  }
  .p-intro-catch02 {
    font-size: 1.4vw;
    margin-top: 1.17vw;
  }
  .p-anchor-list {
    margin: 4.29vw 0 0;
  }
  .p-anchor-list-item-link {
    font-size: 1.4vw;
    -webkit-box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
    width: 22.89vw;
    padding: 1.79vw 0;
  }
  .p-anchor-list-item-link span {
    padding-left: 2.34vw;
  }
  .p-anchor-list-item-link span::before {
    width: 0.85vw;
    height: 0.85vw;
    border-right: 0.156vw solid #0052C5;
    border-bottom: 0.156vw solid #0052C5;
  }
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 16vw 0;
  }
  .p-intro-inner {
    max-width: 100%;
  }
  .p-intro-catch {
    font-size: 5.3333333333vw;
  }
  .p-intro-catch02 {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
  .p-anchor-list {
    display: block;
    margin: 10.6666666667vw 0 0;
  }
  .p-anchor-list-item:not(:last-child) {
    margin-bottom: 4vw;
  }
  .p-anchor-list-item-link {
    font-size: 4.2666666667vw;
    -webkit-box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
    width: 100%;
    padding: 4vw 0;
  }
  .p-anchor-list-item-link span {
    padding-left: 8vw;
  }
  .p-anchor-list-item-link span::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.5333333333vw solid #0052C5;
    border-bottom: 0.5333333333vw solid #0052C5;
  }
}
/* p-join
---------------------------------------------------------------------------- */
.p-inner {
  padding: 30px 0 40px;
  border-top: 0.5px solid #0052C5;
}

.p-wrapper {
  -webkit-box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
          box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
  padding: 30px 120px 60px;
  margin: 35px 0 55px;
  background: #fff;
}

.p-sh-wrap {
  padding-bottom: 25px;
  border-bottom: 1px solid #0052C5;
  position: relative;
}

.p-sh-num {
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.5454545455;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-family: "CrimsonText";
  color: #0052C5;
}

.p-sh {
  text-align: center;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-graph-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 45px;
}

.p-graph-img {
  margin-right: 60px;
  width: 300px;
}
.p-graph-img img {
  width: 100%;
}

.p-graph-desc-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 15px 0;
  padding-left: 25px;
  position: relative;
  text-align: left;
}
.p-graph-desc-txt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.p-graph-desc-txt:nth-child(1)::before {
  background: #0052C5;
}
.p-graph-desc-txt:nth-child(2)::before {
  background: #5397FC;
}
.p-graph-desc-txt:nth-child(3)::before {
  background: #07C3F3;
}
.p-graph-desc-txt:nth-child(4)::before {
  background: #00E2C3;
}
.p-graph-desc-txt:nth-child(5)::before {
  background: #51E36F;
}

.p-graph-desc-txt-l {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-comment-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-comment-list-item {
  background: #F5F5F6;
  width: 460px;
  padding: 25px 30px;
  margin: 0 0 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.p-comment-list-item:last-child, .p-comment-list-item:nth-last-child(2) {
  margin: 0 0 0;
}
.p-comment-list-item::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 30px;
  left: 15px;
  top: 15px;
  background: url(/assets/images/recruit/tgcs/icn_comment01.png) no-repeat center center/100%;
}
.p-comment-list-item::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 30px;
  right: 15px;
  bottom: 15px;
  background: url(/assets/images/recruit/tgcs/icn_comment02.png) no-repeat center center/100%;
}

.p-comment-list-noflex {
  display: block;
  padding-top: 85px;
}
.p-comment-list-noflex .p-comment-list-item {
  width: 920px;
}
.p-comment-list-noflex .p-comment-list-item:nth-last-child(2) {
  margin-bottom: 30px;
}
.p-comment-list-noflex .p-comment-list-item:nth-child(odd) {
  margin-left: auto;
}
.p-comment-list-noflex .p-comment-list-item:nth-child(even) {
  background: #F2F7FF;
}
.p-comment-list-noflex .p-comment-list-item:nth-child(1)::before {
  left: -36px;
  top: -36px;
  width: 73px;
  height: 73px;
  background: url(/assets/images/recruit/tgcs/icn_person.png) no-repeat center center/100%;
}

.p-comment-list-item-txt {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  position: relative;
  z-index: 2;
  text-align: left;
}
.p-comment-list-item-txt span {
  color: #0052C5;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-inner {
    padding: 2.34vw 0 3.125vw;
  }
  .p-wrapper {
    -webkit-box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
    padding: 2.34vw 9.375vw 4.68vw;
    margin: 2.73vw 0 4.29vw;
  }
  .p-sh-wrap {
    padding-bottom: 1.95vw;
  }
  .p-sh-num {
    font-size: 3.43vw;
  }
  .p-sh {
    font-size: 2.34vw;
  }
  .p-graph-img {
    margin-right: 4.68vw;
    width: 23.43vw;
  }
  .p-graph-desc-txt {
    font-size: 1.25vw;
    margin: 1.17vw 0;
  }
  .p-graph-desc-txt-l {
    font-size: 1.71vw;
  }
  .p-comment-list-item {
    width: 35.93vw;
    padding: 1.95vw 2.34vw;
    margin: 0 0 2.34vw;
  }
  .p-comment-list-item::before {
    width: 2.73vw;
    height: 2.34vw;
    left: 1.17vw;
    top: 1.17vw;
  }
  .p-comment-list-item::after {
    width: 2.73vw;
    height: 2.34vw;
    right: 1.17vw;
    bottom: 1.17vw;
  }
  .p-comment-list-noflex {
    padding-top: 6.64vw;
  }
  .p-comment-list-noflex .p-comment-list-item {
    width: 71.87vw;
  }
  .p-comment-list-noflex .p-comment-list-item:nth-last-child(2) {
    margin-bottom: 2.34vw;
  }
  .p-comment-list-noflex .p-comment-list-item:nth-child(1)::before {
    left: -2.81vw;
    top: -2.81vw;
    width: 5.7vw;
    height: 5.7vw;
  }
  .p-comment-list-item-txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-inner {
    padding: 4vw 0 8vw;
  }
  .p-wrapper {
    -webkit-box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
    padding: 5.3333333333vw 5.3333333333vw;
    margin: 8vw 0 0;
  }
  .p-sh-wrap {
    padding-bottom: 4vw;
  }
  .p-sh-num {
    font-size: 8vw;
  }
  .p-sh {
    font-size: 5.3333333333vw;
  }
  .p-graph-wrap {
    display: block;
  }
  .p-graph-img {
    width: 70%;
    margin: 0 auto 5.3333333333vw;
  }
  .p-graph-desc-txt {
    font-size: 4.2666666667vw;
    margin: 2.6666666667vw 0;
    padding-left: 6.6666666667vw;
  }
  .p-graph-desc-txt::before {
    width: 3.2vw;
    height: 3.2vw;
  }
  .p-graph-desc-txt-l {
    font-size: 4.8vw;
  }
  .p-comment-list {
    display: block;
  }
  .p-comment-list-item {
    width: 100%;
    padding: 6.6666666667vw 8vw;
    margin: 0 0 5.3333333333vw;
  }
  .p-comment-list-item:nth-last-child(2) {
    margin: 0 0 5.3333333333vw;
  }
  .p-comment-list-item::before {
    width: 9.3333333333vw;
    height: 8vw;
    left: 4vw;
    top: 4vw;
  }
  .p-comment-list-item::after {
    width: 9.3333333333vw;
    height: 8vw;
    right: 4vw;
    bottom: 4vw;
  }
  .p-comment-list-noflex {
    padding-top: 20vw;
  }
  .p-comment-list-noflex .p-comment-list-item {
    width: 100%;
  }
  .p-comment-list-noflex .p-comment-list-item:nth-last-child(2) {
    margin-bottom: 5.3333333333vw;
  }
  .p-comment-list-noflex .p-comment-list-item:nth-child(1)::before {
    left: -2.6666666667vw;
    top: -13.3333333333vw;
    width: 19.4666666667vw;
    height: 19.4666666667vw;
  }
  .p-comment-list-item-txt {
    font-size: 4vw;
  }
}
/* p-recommend
---------------------------------------------------------------------------- */
.p-recommend {
  padding: 0 0 55px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-recommend {
    padding: 0 0 4.29vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 0 0 16vw;
  }
}