@charset "utf-8";
/*--------------------

	ＴＯＰページ
	
--------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2em;
  color: #555555;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #ffffff;
  overflow-x: hidden;
}
#WRAPPER {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.f_14px {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.6em;
}
.f_16px {
  font-size: 16px;
}
.f_18px {
  font-size: 18px;
  line-height: 1.5em;
}
.f_20px {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0em;
}
.f_24px {
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 0em;
}
.f_32px {
  font-size: 32px;
  line-height: 1.8em;
  letter-spacing: 0em;
}
.ttl_big {
  font-size: 32px;
  line-height: 1.7em;
  letter-spacing: 0em;
}
.ttl_lv1 {
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 0em;
}
.ttl_lv2 {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0em;
}
.ttl_lv3 {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0em;
}
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.blue {
  color: #2B8ED8;
}
.yellow {
  color: #FFA552;
}
.green {
  color: #2DAD38;
}
.gray_bg {
  background: #F5F5F5;
}
.pc_br {
  display: block;
}
.sp_br {
  display: none;
}
.txt_center {
  text-align: center;
}
header#HEADER {
  width: 100%;
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  z-index: 998;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}
.HeaderCont {
  box-sizing: border-box;
  width: 100%;
  padding: 17px 36px;
}
.HeaderCont .head_top {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.HeaderCont .head_top .logo {}
.HeaderCont .head_top .logo a {
  display: flex;
  align-items: flex-end;
  line-height: 0;
  margin-top: 3px;
}
.HeaderCont .head_top .logo a img {
  width: 309px;
  height: 37px;
}
.HeaderCont .head_top .logo a .logotxt {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
}
.HeaderCont .head_right {
  width: calc(100% - 437px);
}
.drower-menu {
  display: none;
}
#globalnav {}
#globalnav ul {
  display: flex;
  justify-content: flex-end;
}
#globalnav ul li {
  margin-right: 12px;
  width: fit-content;
  height: 42px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#globalnav ul li:last-of-type {
  margin: 0;
}
#globalnav ul li a {
  text-align: center;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 42px;
  padding: 9px 20px 1px 30px;
  background: #2B8ED8;
  border: 1px solid #2B8ED8;
  border-radius: 21px;
  color: #fff;
  font-size: 16px;
  height: 32px;
  letter-spacing: 0;
}
#globalnav ul li a:hover {
  opacity: 1;
  background: #fff;
  color: #2B8ED8;
}
#globalnav ul li a span.arrow {
  position: relative;
  margin-left: 18px;
}
#globalnav ul li a span.arrow::after {
  content: '';
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: calc(50% - 2px);
  right: 0;
}
#globalnav ul li a span.arrow::before {
  content: '';
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: rotate(-45deg);
  top: calc(50% + 2px);
  right: 0;
}
#globalnav ul li a:hover span.arrow::after, #globalnav ul li a:hover span.arrow::before {
  background: #2b8ed8;
}
#globalnav ul li a figure {
  line-height: 0;
  display: block;
  width: auto;
  height: 50px;
  margin: 0 auto 10px;
}
#globalnav ul li a figure img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
#globalnav ul li a figcaption {
  position: relative;
}
#globalnav ul li a p {
  line-height: 1em;
  letter-spacing: 0.08em;
  position: absolute;
  top: 0;
  right: 0%;
  left: 0%;
  margin: auto;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#globalnav ul li a p.bold {
  opacity: 0;
  top: -10px;
}
#globalnav ul li a:hover p.bold {
  opacity: 1;
  color: #EAA7A2;
  line-height: 1.2em;
  top: 0;
}
#globalnav ul li a p.fredoka {
  opacity: 1;
  top: 0;
}
#globalnav ul li a:hover p.fredoka {
  opacity: 0;
  top: 10px;
}
.dropdwn_menu .drop-menu-list {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
/* 親要素にホバーしたらドロップダウンメニューを表示 */
.dropdwn_menu:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  background-color: #fff; /* ドロップダウンメニューの背景色 */
  left: -10px;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  z-index: 1;
  width: 110px;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 10px;
  padding: 0 10px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.drop-menu-list .drop-menu-item {
  width: 100% !important;
  height: inherit !important;
  line-height: 60px;
  -webkit-transition: 0s !important;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s !important;
  position: relative;
}
.drop-menu-list .drop-menu-item a {
  height: inherit !important;
  line-height: 60px;
  -webkit-transition: 0s !important;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s !important;
  position: relative;
  font-size: 14px;
}
.drop-menu-list .drop-menu-item a:hover {
  color: #61B8FF;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s !important;
}
.drop-menu-list .drop-menu-item:first-of-type {
  position: relative;
}
.drop-menu-list .drop-menu-item:first-of-type ::before {
  position: absolute;
  top: -10px;
  left: calc(50% - 6px);
  display: block;
  content: '';
  background: url("../images/dpd.svg")no-repeat;
  width: 12px;
  height: 10px;
  -webkit-transition: 0s !important;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s !important;
}
.drop-menu-list .drop-menu-item:first-of-type a::after, .drop-menu-list .drop-menu-item:nth-of-type(2) a::after {
  position: relative;
  width: 100%;
  border: 1px solid #61B8FF;
  display: block;
  content: '';
  -webkit-transition: 0s !important;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s !important;
}
#globalNav_sp, #nav-tgl {
  display: none;
}
/* ふわふわアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**--コンテンツ--**/
.content_wrap {
  padding-top: 76px;
}
/**FV**/
.firstview {
  width: 100%;
  height: calc(100vh - 80px);
  min-width: 1200px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-height: 800px) {
  .firstview {
    height: 654px
  }
}
.fv_bg {
  width: 100%;
  height: 100%;
  line-height: 0;
  position: relative;
  z-index: 1;
}
.fv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 1398px以下の画面サイズの時、1398pxの時の比率を保ったまま縮小 */
@media only screen and (max-width: 1398px) {
  .firstview {
    height: calc(100vh - 80px);
    min-width: 0;
  }
  .fv_bg {
    width: 100%;
    height: 100%;
    aspect-ratio: 1398 / 706;
  }
  .fv_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.firstview_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.firstview .firstview_inner {
  width: 90vh;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 190px;
  left: calc(50% - 45vh);
  text-align: center;
  overflow: visible;
  padding: 0 5%;
  box-sizing: border-box;
}
@media only screen and (max-height: 800px) {
  .firstview .firstview_inner {
    top: 26vh;
  }
}
/* 1398px以下の画面サイズの時、1398pxの時の比率を保ったまま縮小 */
@media only screen and (max-width: 1398px) {
  .firstview .firstview_inner {
    top: 15vw;
  }
  @media only screen and (max-height: 800px) {
    .firstview .firstview_inner {
      top: 26vh;
    }
  }
}
.firstview svg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: visible;
}
.firstview svg path {
  display: block;
  width: 100%;
  height: 100%;
}
.firstview svg g {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform-origin: top;
}
.is-animation .charms-machi {
  animation: zoomup 0.3s linear;
}
.is-animation .charms-tsu {
  animation: zoomup 0.3s linear;
  animation-delay: 0.2s; /* アニメーション開始時間 */
}
.is-animation .charms-ku {
  animation: zoomup 0.3s linear;
  animation-delay: 0.5s; /* アニメーション開始時間 */
}
.is-animation .charms-ru {
  animation: zoomup 0.3s linear;
  animation-delay: 0.8s; /* アニメーション開始時間 */
}
/* 「街をつくる」アニメーション内容 */
@keyframes zoomup {
  0%, 100% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1, 0.8);
  }
}
.fv_people {
  position: absolute;
  bottom: -22px;
  left: calc(50% - 381px);
  z-index: 2;
  opacity: 0;
  transform: translateY(150px);
  transition: none;
  transform-origin: center bottom;
}
@media only screen and (max-height: 800px) {
  .fv_people {
    width: 100vh;
    left: calc(50% - 50vh);
  }
}
/* SVGアニメーション終了後にfv_peopleが下から現れ、その後メトロノームのように扇状に揺れ続ける */
.firstview.is-animation .fv_people {
  animation: slideUpFromBottom 0.6s ease-out forwards, metronome 2s ease-in-out infinite;
  animation-delay: 1.1s, 1.7s; /* 出現アニメーション開始、メトロノームアニメーション開始 */
}
/* 下から現れるアニメーション */
@keyframes slideUpFromBottom {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* メトロノームのような扇状の揺れアニメーション */
@keyframes metronome {
  0%, 100% {
    transform: translateY(0) rotate(-1.3deg);
  }
  50% {
    transform: translateY(0) rotate(1.3deg);
  }
}
/**FVここまで**/
section {
  width: 100%;
  padding: 0px;
  position: relative;
}
.TopCont_inner {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.TopCont_1::after {
  position: absolute;
  content: '';
  top: 153px;
  left: 27px;
  width: 201px;
  height: 202px;
  background: url(../images/recruit/sec1-2_bg.svg)no-repeat;
}
.TopCont_1::before {
  position: absolute;
  content: '';
  bottom: 10px;
  right: 33px;
  width: 233px;
  height: 233px;
  background: url(../images/recruit/sec1-2_bg.svg)no-repeat;
  background-size: contain;
}
.TopCont_1 .TopCont_inner {
  padding: 72px 20px 155px;
  border-bottom: 2px solid #EBFAFF;
}
/*TOPタイトル*/
.TopCont_ttl {
  padding-left: 10px;
  position: relative;
}
.TopCont_ttl::after {
  width: 3px;
  height: calc(100% - 12px);
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 2px;
  background: #2B8ED8;
  content: '';
}
.TopCont_lead {
  position: relative;
}
.TopCont_lead::after {
  background: url(../images/recruit/sec1_bg.png)no-repeat;
  width: 310px;
  height: 26px;
  top: -64px;
  right: 0;
  content: '';
  position: absolute;
  opacity: 0.4;
}
.TopCont_lead::before {
  background: url(../images/recruit/sec1_bg.png)no-repeat;
  width: 290px;
  height: 26px;
  bottom: -67px;
  left: 112px;
  content: '';
  position: absolute;
  opacity: 0.4;
  background-size: cover;
}
.TopCont_1 .TopCont_lead > p.txt_center {
  margin: 17px auto;
  letter-spacing: 0;
}
.TopCont_lead_name {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  margin-right: 160px;
}
.TopCont_lead_name::after {
  position: absolute;
  background: url(../images/recruit/bill.svg)no-repeat;
  width: 71px;
  height: 100px;
  bottom: -3px;
  left: 136px;
  content: '';
}
.TopCont_lead_name > p:first-of-type {
  margin-right: 17px;
}
.TopCont_2 {
  background: url(../images/recruit/sec2_bg.png)no-repeat;
  background-position: right 92px;
}
.TopCont_2 .TopCont_inner {
  padding: 72px 20px 25px;
}
.TopCont_2 .TopCont_inner > p {
  margin-top: 10px;
}
.TopCont_point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -155px;
}
.TopCont_point_list li {
  position: relative;
  padding: 30px 37px;
  width: calc(((100% - 32px) / 3) - 2px - 74px);
  border: 3px solid #E6E6E6;
  border-radius: 8px;
  height: 175px;
  background: #fff;
}
.TopCont_point_list li.not-cont {
  opacity: 0;
}
.TopCont_point_list li:nth-of-type(n+4) {
  margin-top: 32px;
}
.TopCont_point_list li:nth-of-type(2)::after {
  background: url(../images/recruit/point1.svg)no-repeat;
  right: 17px;
  bottom: 13px;
  content: '';
  width: 65.5px;
  height: 86px;
  position: absolute;
}
.TopCont_point_list li:nth-of-type(3)::after {
  background: url(../images/recruit/point2.svg)no-repeat;
  right: 32px;
  bottom: -3px;
  content: '';
  width: 90px;
  height: 96px;
  position: absolute;
}
.TopCont_point_list li:nth-of-type(4)::after {
  background: url(../images/recruit/point3.svg)no-repeat;
  right: 38px;
  bottom: -3px;
  content: '';
  width: 92px;
  height: 72px;
  position: absolute;
}
.TopCont_point_list li:nth-of-type(5)::after {
  background: url(../images/recruit/point4.svg)no-repeat;
  right: 13px;
  bottom: -3px;
  content: '';
  width: 148px;
  height: 72px;
  position: absolute;
}
.TopCont_point_list li:nth-of-type(6)::after {
  background: url(../images/recruit/point5.svg)no-repeat;
  right: 26px;
  bottom: 12px;
  content: '';
  width: 73px;
  height: 69px;
  position: absolute;
}
.point_list_num {
  position: absolute;
  background: #2B8ED8;
  border-radius: 8px 0 8px 0;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  top: -3px;
  left: -3px;
}
.point_list_cont dt {
  margin-bottom: 9px;
}
.point_list_cont dd {
  letter-spacing: 0;
}
.TopCont_3 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.TopCont_3::after {
  position: absolute;
  content: '';
  background: url(../images/recruit/nami-white.png)no-repeat;
  background-size: contain;
  width: 100%;
  height: -webkit-fill-available;
  top: 0;
  left: 0;
  z-index: 1;
}
.TopCont_3 .TopCont_inner {
  padding: 72px 20px 56px;
  position: relative;
}
.TopCont_3 .TopCont_inner::after {
  background: url(../images/recruit/sec3_bg.svg)no-repeat;
  left: -236px;
  top: 168px;
  position: absolute;
  z-index: -1;
  width: 498px;
  height: 499px;
  content: '';
}
.TopCont_3 .TopCont_inner::before {
  background: url(../images/recruit/sec3_bg.svg)no-repeat;
  right: -153px;
  bottom: -39px;
  position: absolute;
  z-index: -1;
  width: 342px;
  height: 343px;
  content: '';
  background-size: contain;
}
.TopCont_3 .TopCont_ttl::after, .TopCont_4 .TopCont_ttl::after {
  background: #FFA552;
}
.TopCont_interview_list {
  padding: 56px 56px 0;
}
.TopCont_interview_list li {
  display: flex;
}
.TopCont_interview_list li:nth-of-type(n+2) {
  margin-top: 32px;
}
.TopCont_interview_list li figcaption {
  background: #fff;
  border-radius: 0 8px 8px 0;
  padding: 54px 42px 0;
  width: calc(100% - 84px - 392px);
}
.TopCont_interview_list li:nth-of-type(2n) figcaption {
  border-radius: 8px 0 0 8px;
}
.TopCont_interview_list li figcaption > p.medium.yellow {
  margin: 12px 0 6px;
}
.Interview_txt {
  padding: 5px 11px;
  border: 1px solid #FFA552;
  border-radius: 8px;
  letter-spacing: 0;
}
.TopCont_4 {
  position: relative;
  z-index: -2;
  overflow: hidden;
}
.TopCont_4::after {
  background: url(../images/recruit/sec3_bg.svg)no-repeat;
  position: absolute;
  content: '';
  background-size: contain;
  top: 120px;
  left: 73px;
  width: 303px;
  height: 303px;
  z-index: -1;
}
.TopCont_4 .TopCont_inner {
  padding-bottom: 26px;
}
.TopCont_flow_list {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.TopCont_flow_list li {
  background: #fff;
  width: calc(((100% - 18px) / 2) - 60px);
  padding: 28px 30px;
  border-radius: 8px 8px 0 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.TopCont_flow_list li dl dt {
  line-height: 28px;
  margin-bottom: 30px;
}
.TopCont_flow_list li dl dt img {
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.TopCont_flow_list li dl dd {
  margin-left: 63px;
  padding-left: 36px;
  position: relative;
  display: flex;
  height: 60px;
  letter-spacing: 0;
}
.TopCont_flow_list li dl dd::after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #FFA552;
}
.TopCont_flow_list li dl dd::before {
  left: 9px;
  top: 5px;
  background: #FFA552;
  width: 2px;
  height: 100%;
  content: '';
  position: absolute;
}
.TopCont_flow_list li dl dd:first-of-type::after {
  background: #FFA552;
}
.TopCont_flow_list li dl dd:last-of-type::before {
  display: none;
}
.TopCont_flow_list li dl dd p:first-of-type {
  margin-right: 16px;
  width: 38px;
}
.TopCont_flow_list li dl dd p, .TopCont_flow_list li dl dd p span {
  letter-spacing: 0;
}
.TopCont_5 {
  overflow: hidden;
}
.TopCont_5::after {
  background: url(../images/recruit/nami-gray.png)no-repeat;
  position: absolute;
  content: '';
  background-size: contain;
  width: 100%;
  height: -webkit-fill-available;
  top: 0;
  left: 0;
  z-index: 1;
}
.TopCont_5 .TopCont_inner {
  padding: 72px 20px 26px;
  position: relative;
  z-index: 0;
}
.TopCont_5 .TopCont_inner::after {
  position: absolute;
  z-index: -1;
  content: '';
  background: url(../images/recruit/sec5_bg.svg)no-repeat;
  width: 305px;
  height: 304px;
  top: 106px;
  right: -145px;
  background-size: contain;
}
.TopCont_5 .TopCont_inner::before {
  position: absolute;
  z-index: -1;
  content: '';
  background: url(../images/recruit/sec5_bg.svg)no-repeat;
  width: 331px;
  height: 331px;
  bottom: 126px;
  left: -102px;
}
.TopCont_5 .TopCont_ttl::after, .TopCont_6 .TopCont_ttl::after, .TopCont_7 .TopCont_ttl::after, .TopCont_8 .TopCont_ttl::after, .TopCont_9 .TopCont_ttl::after {
  background: #2DAD38;
}
.TopCont_infographics_list {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.TopCont_infographics_list li {
  width: calc((100% - 16px) / 3);
}
.TopCont_infographics_list li:nth-of-type(n+4) {
  margin-top: 16px;
}
.TopCont_6 .TopCont_inner {
  padding: 72px 20px 26px;
  position: relative;
  z-index: 0;
}
.TopCont_6 .TopCont_inner::after {
  position: absolute;
  z-index: -1;
  content: '';
  background: url(../images/recruit/sec5_bg.svg)no-repeat;
  width: 184px;
  height: 184px;
  top: 12px;
  right: 94px;
  background-size: cover;
}
.TopCont_6 .TopCont_inner::before {
  position: absolute;
  z-index: -1;
  content: '';
  background: url(../images/recruit/sec5_bg.svg)no-repeat;
  width: 236px;
  height: 236px;
  bottom: 6px;
  left: -133px;
  background-size: cover;
}
.TopCont_6 .TopCont_inner > p {
  margin-top: 18px;
  margin-bottom: 18px;
  letter-spacing: 0;
}
.TopCont_career_step {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.TopCont_career_step li {
  width: calc(((100% - 50px) / 4) - 8px);
  height: 214px;
  padding: 18px 16px 0 34px;
  background: #EBFAFF;
  position: relative;
  border: 4px solid #fff;
  overflow: visible;
}
.TopCont_career_step li:nth-of-type(n+2) {
  border-left: none;
  padding: 18px 5px 0 44px;
  width: calc(((100% - 49px) / 4) - 4px);
}
.TopCont_career_step li:nth-of-type(2) {
  background: #D7FEFF;
}
.TopCont_career_step li:nth-of-type(3) {
  background: #CCFFED;
}
.TopCont_career_step li:nth-of-type(4) {
  background: #CCFFCC;
}
.TopCont_career_step li:nth-child(1) {
  z-index: 4;
}
.TopCont_career_step li:nth-child(2) {
  z-index: 3;
}
.TopCont_career_step li:nth-child(3) {
  z-index: 2;
}
.TopCont_career_step li:nth-child(4) {
  z-index: 1;
}
.TopCont_career_step li::before {
  position: absolute;
  content: '';
  right: -41px;
  top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 120px solid transparent;
  border-bottom: 120px solid transparent;
  border-left: 37px solid #fff;
  border-right: 0;
  z-index: 10;
  box-sizing: border-box;
  background: none;
}
.TopCont_career_step li::after {
  position: absolute;
  content: '';
  right: -36px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 116px solid transparent;
  border-bottom: 116px solid transparent;
  border-left: 36px solid #EBFAFF;
  border-right: 0;
  z-index: 11;
  box-sizing: border-box;
  background: none;
}
.TopCont_career_step li:nth-of-type(2)::after {
  border-left: 36px solid #D7FEFF;
}
.TopCont_career_step li:nth-of-type(3)::after {
  border-left: 36px solid #CCFFED;
}
.TopCont_career_step li:last-child::before, .TopCont_career_step li:last-child::after {
  display: none;
}
.TopCont_career_step li dt {
  background: #fff;
  border-radius: 28px;
  padding: 0 13px 2px 27px;
  width: fit-content;
  position: relative;
  margin-bottom: 8px;
}
.TopCont_career_step li dt::after {
  position: absolute;
  background: #2DAD38;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: '';
  left: 13px;
  top: calc(50% - 3px);
}
.TopCont_career_step li dd {
  letter-spacing: 0;
}
.TopCont_7 {
  background: url(../images/recruit/sec5_bg.svg)no-repeat;
  background-size: 459px 460px;
  background-position: right -82px bottom 0;
  position: relative;
  z-index: 0;
}
.TopCont_7 .TopCont_inner {
  padding: 72px 20px 26px;
}
.TopCont_7 .TopCont_inner > p {
  margin: 16px 0 14px;
}
.TopCont_construction_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.TopCont_construction_list li {
  width: calc((100% - 32px) / 3);
}
.TopCont_8 {
  background: url(../images/recruit/sec5_bg.svg)no-repeat;
  background-size: 310px 310px;
  background-position: left 62px top 0;
  position: relative;
  z-index: 0;
}
.TopCont_8 .TopCont_inner {
  padding: 72px 20px 26px;
  position: relative;
  z-index: 0;
}
.TopCont_8 .TopCont_inner::after {
  position: absolute;
  z-index: -1;
  content: '';
  background: url(../images/recruit/sec5_bg.svg)no-repeat;
  width: 360px;
  height: 360px;
  bottom: 36px;
  right: -107px;
  background-size: cover;
}
.TopCont_employee_list {
  margin: 56px 56px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.TopCont_employee_list li {
  width: calc(((100% - 68px) / 2) - 36px);
  background: #fff;
  border-radius: 8px;
  padding: 12px 18px;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}
.TopCont_employee_list li:nth-of-type(n+3) {
  margin-top: 24px;
}
.TopCont_employee_list li img {
  margin-right: 35px;
}
.TopCont_employee_list li p {
  letter-spacing: 0;
}
.TopCont_9 {
  position: relative;
}
.TopCont_9::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 49vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 60px solid #FFF;
  border-bottom: 0;
  z-index: 11;
  box-sizing: border-box;
  background: none;
  object-fit: contain;
}
.TopCont_9 .TopCont_inner {
  padding: 72px 20px;
  position: relative;
}
.TopCont_appeal_block {
  margin: 16px auto 0;
  width: 703px;
  border: 1px dashed #2DAD38;
  box-shadow: 5px 5px 0 #2DAD38;
  background: #fff;
  border-radius: 75px;
  display: flex;
  justify-content: space-between;
  padding: 24px 87px 22px 98px;
  position: relative;
}
.TopCont_appeal_block::after {
  position: absolute;
  background: url(../images/recruit/appeal.svg)no-repeat;
  width: 65.5px;
  height: 86px;
  right: 27px;
  bottom: 10px;
  content: '';
}
.TopCont_appeal_list li {
  padding-left: 20px;
  position: relative;
}
.TopCont_appeal_list li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
  font-size: 18px;
  font-weight: 500;
}
.TopCont_10 .TopCont_inner {
  padding: 72px 20px;
}
.job_description_btn {
  width: 1000px;
  height: 150px;
  background: url(../images/recruit/job_description_btn.webp)no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.job_description_btn a {
  border: 2px solid #2B8ED8;
  border-radius: 8px;
  display: block;
  width: calc(100% - 126px - 4px);
  height: calc(100% - 86px - 4px);
  padding: 43px 63px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: currentColor;
  font-weight: 900;
}
.job_description_btn a p {
  font-weight: 900;
}
.job_description_btn ul li {
  padding-left: 30px;
  position: relative;
  font-weight: 900;
  -webkit-text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: currentColor;
}
.job_description_btn ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
  font-size: 24px;
  font-weight: 900;
  color: #2B8ED8;
}
/**--フッター--**/
div#FooterBg {
  width: 100%;
  padding: 0;
  background: #F5F5F5;
  position: relative;
  align-content: center;
}
footer#FOOTER {
  width: 1000px;
  padding: 24px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
p#pagetop {
  position: absolute;
  right: 80px;
  z-index: 100;
}
p#pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
}
p#pagetop a:hover {
  opacity: 1;
  animation: 1s fuwafuwa infinite;
}
/* ふわふわアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
footer#FOOTER .foot_left .logo {
  width: 302px;
}
footer#FOOTER .foot_left .logo img {
  display: block;
  height: 46px;
}
footer#FOOTER #footnav {}
footer#FOOTER #footnav ul li {}
footer#FOOTER #footnav ul li a {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #555555;
}
footer#FOOTER #footnav ul li a:hover {
  color: #2B8ED8;
  opacity: 1;
}
footer#FOOTER #footnav ul li a svg {
  margin-left: 5px;
}
footer#FOOTER #footnav ul li a svg path {
  transition: 0.3s;
}
footer#FOOTER #footnav ul li a:hover svg path {
  fill: #2B8ED8;
}
footer#FOOTER .foot_right ul > li:last-of-type {
  display: flex;
}
footer#FOOTER .foot_right dl {
  display: flex;
  justify-content: space-between;
}
footer#FOOTER .foot_right dl:first-of-type {
  margin-right: 34px;
}
footer#FOOTER .foot_right dl dt {
  margin-right: 8px;
}
div.FooterCopy p {
  text-align: center;
  letter-spacing: 0em;
  background: #2B8ED8;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.8s;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* 画面外にいる状態（バウンスアニメーション用） */
.fadein2 {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease-out;
}
/* 画面内に入った状態（バウンスアニメーション） */
.fadein2.scrollin2 {
  opacity: 1;
  animation: bounceIn 0.6s ease-out forwards;
}
/* バウンスアニメーション */
@keyframes bounceIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  50% {
    transform: scale(1.01);
  }
  70% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 画面外にいる状態（左からフェードイン用） */
.fadein3 {
  opacity: 0;
  transform: translateX(-50px);
}
/* 画面内に入った状態（左からフェードイン） */
.fadein3.scrollin3 {
  opacity: 1;
  animation: slideInLeft 0.8s ease-out forwards;
}
/* 左から順番に表示するための遅延設定 */
.fadein3.career_step_1.scrollin3 {
  animation-delay: 0s;
}
.fadein3.career_step_2.scrollin3 {
  animation-delay: 0.2s;
}
.fadein3.career_step_3.scrollin3 {
  animation-delay: 0.4s;
}
.fadein3.career_step_4.scrollin3 {
  animation-delay: 0.6s;
}
/* 左から現れるアニメーション */
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*募集要項*/
.sub_top {
  margin-bottom: 60px;
}
.sub_top_inner {
  background-color: #D7FEFF;
  padding: 20px 40px 0 40px;
}
.sub_top_inner .sub_ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
.sub_top_inner .sub_ttl .sub_ttl_box {
  margin: 0 50px;
}
.sub_top_inner .sub_ttl .sub_ttl_box .ttl_en {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_top_inner .sub_ttl .sub_ttl_box .ttl_en span {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #555;
}
.sub_top_inner .sub_ttl .sub_ttl_box .ttl_en span:first-child {
  margin-right: 15px;
}
.sub_top_inner .sub_ttl .sub_ttl_box .ttl_en span:last-child {
  margin-left: 15px;
}
.sub_top_inner .sub_ttl .sub_ttl_box .ttl_jp {
  display: flex;
  justify-content: center;
}
.sub_top_inner .sub_ttl .sub_ttl_img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -120px;
  width: 820px;
}
.sub_content {
  width: 100%;
  margin-bottom: 120px;
}
.sub_content_inner {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.SubCont_1 h2, .SubCont_2 h2, .SubCont_3 h2 {
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: bold;
  border-bottom: #555 solid 1px;
  padding: 20px 11px;
  margin-bottom: 40px;
}
.tabs-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.tabs-container.load {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.tab-label {
  display: flex;
}
.tab-label li {
  width: calc((100% - 48px) /3);
  margin-right: 24px;
  text-align: center;
  font-weight: bold;
  background-color: #F5F5F5;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 8px 8px 0 0;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
}
.tab-label li:hover {
  background-color: #eee;
}
.tab-label li:last-child {
  margin-right: 0;
}
.tab-label li.active {
  background-color: #D7FEFF;
}
.tab-label li a {
  display: block;
  padding: 15px;
}
/* コンテンツのエリア */
.tab-contents {
  background-color: #fff;
  padding: 30px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #eee;
}
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block !important;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.recruitment_details {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
.recruitment_details dl {
  border-bottom: 1px solid #555;
  display: flex;
}
.recruitment_details dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 330px;
  background-color: #F5F5F5;
  border-right: 1px solid #555;
  font-weight: bold;
  font-size: 16px;
}
.recruitment_details dd {
  width: calc(100% - 330px);
  padding: 20px;
}
.recruitment_details dd p, .recruitment_details dd span {
  letter-spacing: 0.05em;
  line-height: 2em;
}
/*テーブルスタイル*/
.tab-contents dl ul.list-dot li {
  display: flex;
  align-items: flex-start;
}
.tab-contents dl ul.list-dot li::before {
  content: "・ ";
  padding-top: 4px;
}
.tab-contents dl ul.list-check li {
  display: flex;
  align-items: center;
}
.tab-contents dl ul.list-check li::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
}
.tab-contents dl ul.list-check.check_green li::before {
  background-image: url(../images/recruit/check_green.svg);
}
.tab-contents dl ul.list-check.check_blue li::before {
  background-image: url(../images/recruit/check_blue.svg);
}
.tab-contents dl ul.list-check.check_grey li::before {
  background-image: url(../images/recruit/check_grey.svg);
}
/*注釈ボックス*/
.tab-contents dl dd .notes_box {
  padding: 5px 10px;
  background-color: rgba(255, 165, 82, 0.2);
  border-radius: 5px;
  display: inline-block;
}
.tab-contents dl dd .notes_box p {
  line-height: 1.4em;
}
.tab-contents dl dd .notes_box_green {
  border: solid 1px #68C570;
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
  padding: 12px 0;
}
.tab-contents dl dd .notes_box_green span {
  display: flex;
  align-items: center;
}
.tab-contents dl dd .notes_box_green span::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/recruit/check_green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
}
/*未経験*/
.tab-contents dl dd .inexperienced_box {
  margin-bottom: 15px;
}
.tab-contents dl dd .inexperienced_box span {
  display: flex;
  align-items: center;
  color: #FFA552;
  font-weight: bold;
}
.tab-contents dl dd .inexperienced_box span::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/recruit/mark_nico.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
}
/*ラインマーカー*/
.orange_marker {
  background-color: rgba(255, 165, 82, 0.6);
  background: linear-gradient(transparent 80%, rgba(255, 165, 82, 0.6) 20%);
}
.label_blue, .label_green, .label_orange {
  padding: 7px 15px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}
.label_blue p, .label_green p, .label_orange p {
  font-weight: 500;
  color: #fff;
  line-height: 1.2em !important;
}
.label_blue {
  background-color: #2B8ED8;
}
.label_green {
  background-color: #68C570;
}
.label_orange {
  background-color: #FFA552;
}
.block_line {
  border-bottom: solid 1px #E6E6E6;
}
/*施工管理*/
.SubCont_1 dl.detail_2 .block_2, .SubCont_1 dl.detail_2 .block_3, .SubCont_1 dl.detail_3 .block_1 ul, .SubCont_1 dl.detail_3 .block_2 ul, .SubCont_1 dl.detail_4 .block_1 ul, .SubCont_1 dl.detail_5 .block_1 ul, .SubCont_1 dl.detail_5 .block_2 ul {
  margin-bottom: 16px;
}
.SubCont_1 dl.detail_3 .block_2, .SubCont_1 dl.detail_5 .block_2 {
  margin-top: 16px;
}
/*施工スタッフ*/
.SubCont_2 dl.detail_2 .block_2, .SubCont_2 dl.detail_2 .block_3, .SubCont_2 dl.detail_3 .block_1 ul, .SubCont_2 dl.detail_3 .block_2 ul, .SubCont_2 dl.detail_4 .block_1 ul, .SubCont_2 dl.detail_5 .block_1 ul, .SubCont_2 dl.detail_5 .block_2 ul {
  margin-bottom: 16px;
}
.SubCont_2 dl.detail_3 .block_2, .SubCont_2 dl.detail_5 .block_2 {
  margin-top: 16px;
}
/*エグゼクティブアシスタント*/
.SubCont_3 dl.detail_2 .block_2, .SubCont_3 dl.detail_2 .block_3, .SubCont_3 dl.detail_3 .block_1 ul, .SubCont_3 dl.detail_3 .block_2 ul, .SubCont_3 dl.detail_4 .block_1 ul {
  margin-bottom: 16px;
}
.SubCont_3 dl.detail_3 .block_2 {
  margin-top: 16px;
}