@charset "UTF-8";
/*
	次の要素のフォントサイズ、line-height分を差し引いたマージンを求める
 */
/* # =================================================================
	 # Base
	 # ================================================================= */
@import url("https://use.typekit.net/kiw3qir.css");
.abi_custom *:focus {
  outline: none;
}

.abi_custom,
.abi_custom .bodycontent {
  font-size: 62.5%;
}

.abi_custom .c-sdgs {
  position: relative;
  min-height: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  visibility: hidden;
}
.abi_custom .c-sdgs * {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .wf-active .c-sdgs {
  visibility: visible;
}
.abi_custom .c-sdgs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", a-otf-gothic-bbb-pr6n, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  width: 100%;
  border-top: solid 2px #ffffff;
}
.abi_custom section {
  margin: auto;
  overflow: hidden;
}
.abi_custom .loaded {
  display: block;
}
.abi_custom .c-sdgs__text {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0 0 46px;
}
.abi_custom ul {
  list-style: none;
}
.abi_custom img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.abi_custom a {
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.abi_custom a img {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.abi_custom .dh-is-active a {
  color: #bebebe !important;
}
.abi_custom *:focus {
  outline: none;
}
.abi_custom svg {
  max-width: 100%;
}
.abi_custom sub,
.abi_custom sup {
  font-size: 80%;
  padding-left: 3px;
  top: -0.4em;
}
.abi_custom #content_footer {
  padding-top: 0;
}
.abi_custom {
  /* # =================================================================
  	 # レイアウト
  	 # ================================================================= */
}
.abi_custom .l-container {
  width: 100%;
}
.abi_custom .l-inner {
  position: relative;
  width: 87.5%;
  margin: auto;
}
.abi_custom {
  /* # =================================================================
  	 # l-footer common
  	 # ================================================================= */
}
.abi_custom .l-footer {
  background: #000000;
  padding: 50px 0 50px;
}
.abi_custom .l-footer p {
  color: #ffffff;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0.5px;
  text-align: left;
}
.abi_custom .l-footer__links {
  width: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 30px;
}
.abi_custom .l-footer__item {
  width: 110px;
}
.abi_custom .l-footer__item:first-child {
  padding-top: 5px;
}
.abi_custom .footer_faq {
  border-top: none;
}
.abi_custom {
  /* # =================================================================
  	 # header
  	 # ================================================================= */
}
.abi_custom .l-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 9000;
}
.abi_custom .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 87.5%;
  height: 50px;
  margin: auto;
}
.abi_custom .l-header__logo {
  position: relative;
  width: 50px;
  z-index: 9000;
}
.abi_custom .l-header__logo img {
  width: 100%;
}
.abi_custom .l-header__hamburger {
  position: relative;
  width: 24px;
  height: 16px;
  z-index: 9000;
}
.abi_custom .l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 8000;
  padding: 70px 0 100px 6.25%;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: scroll;
}
.abi_custom .l-header__nav.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.abi_custom .home.top-header .l-header {
  background: rgba(0, 0, 0, 0.3);
}
.abi_custom .single-post .l-header,
.abi_custom .blog .l-header {
  background: rgba(0, 0, 0, 0.3);
}
.abi_custom .c-btnOpen {
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #707070;
}
.abi_custom .c-btnOpen:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #707070;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
}
.abi_custom .c-btn {
  position: relative;
  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: 280px;
  height: 60px;
  margin: auto;
  border-radius: 30px;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.75px;
  font-weight: 700;
  background: #FF0043;
  color: #ffffff;
  padding: 0 47px;
  text-decoration: none;
}
.abi_custom .c-linkBtn:hover {
  -webkit-transition: opacity 0s !important;
  transition: opacity 0s !important;
  opacity: 0.5 !important;
}
.abi_custom .c-hamburger,
.abi_custom .c-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.abi_custom .c-hamburger {
  position: relative;
  width: 100%;
  height: 100%;
}
.abi_custom .c-hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 0;
}
.abi_custom .c-hamburger span:nth-of-type(1) {
  top: 0;
}
.abi_custom .c-hamburger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abi_custom .c-hamburger span:nth-of-type(3) {
  bottom: 0;
}
.abi_custom .c-hamburger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.abi_custom .c-hamburger.active span:nth-of-type(1) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.abi_custom .c-hamburger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.abi_custom .c-hamburger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.abi_custom .c-hamburger.active span:nth-of-type(3) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.abi_custom .home.top-header .c-hamburger span,
.abi_custom .home.top-header .c-hamburger span:nth-of-type(2)::after {
  background-color: #ffffff;
}
.abi_custom .home.nav-open .c-hamburger span,
.abi_custom .home.nav-open .c-hamburger span:nth-of-type(2)::after {
  background-color: #000000;
}
.abi_custom .c-image {
  width: 100%;
}
.abi_custom {
  /**
  	ex.
  	<div class="p-wrap">
  		<figure class="c-imageFit"><img src="assets/img/dummy2.jpg" alt=""></figure>
  	</div>

  	.p-wrap > .c-imageFit{
  		padding-top:75%;
  	}
   */
}
.abi_custom .c-imageFit {
  position: relative;
  width: 100%;
}
.abi_custom .c-imageFit img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.abi_custom .c-label {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2.4px;
  font-weight: 700;
  width: 100%;
  max-width: 100%;
  padding: 2px 5px;
}
.abi_custom .anime-fadeInUp,
.abi_custom .anime-fadeInUpLoaded {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.abi_custom .scroll-in.anime-fadeInUp,
.abi_custom .scroll-in .anime-fadeInUp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.abi_custom .loaded .anime-fadeInUpLoaded {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.abi_custom .scroll-in.anime-fadeInUp.disable,
.abi_custom .scroll-in .anime-fadeInUp.disable {
  opacity: 0.4;
}
.abi_custom .anime-fadeIn {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  opacity: 0;
}
.abi_custom .scroll-in.anime-fadeIn {
  opacity: 1;
}
.abi_custom .anime-fadeInDown {
  opacity: 0;
  -webkit-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.abi_custom .anime-zoomin {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: scale3d(2, 2, 2) translate(-10px, -10px);
  transform: scale3d(2, 2, 2) translate(-10px, -10px);
}
.abi_custom .scroll-in.anime-zoomin {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate(0, 0);
  transform: scale3d(1, 1, 1) translate(0, 0);
}
.abi_custom .scroll-in.anime-fadeInDown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.abi_custom .anime-fadeInLeft {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}
.abi_custom .scroll-in.anime-fadeInLeft {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.abi_custom .anime-fadeInLeft-works {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transform: translateX(-30px) skewY(15.5deg);
  transform: translateX(-30px) skewY(15.5deg);
  opacity: 0;
}
.abi_custom .scroll-in.anime-fadeInLeft-works {
  -webkit-transform: translateX(0) skewY(15.5deg);
  transform: translateX(0) skewY(15.5deg);
  opacity: 1;
}
.abi_custom .anime-imgUp {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
.abi_custom .anime-imgUp:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: 100;
  background-color: #F9F9F9;
  -webkit-transform: skewX(45deg) translateX(0px);
  transform: skewX(45deg) translateX(0px);
}
.abi_custom .anime-imgUp img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.abi_custom .scroll-in .anime-imgUp:before,
.abi_custom .scroll-in.anime-imgUp:before {
  -webkit-transform: skewX(45deg) translateX(1000px);
  transform: skewX(45deg) translateX(1000px);
  -webkit-animation: imgAnime 2s linear;
  animation: imgAnime 2s linear;
}
.abi_custom .scroll-in .anime-imgUp img,
.abi_custom .scroll-in.anime-imgUp img {
  opacity: 1;
}
@-webkit-keyframes imgAnime {
  0% {
    -webkit-transform: skewX(45deg) translateX(0px);
    transform: skewX(45deg) translateX(0px);
  }
  40% {
    -webkit-transform: skewX(45deg) translateX(30px);
    transform: skewX(45deg) translateX(30px);
  }
  100% {
    -webkit-transform: skewX(45deg) translateX(1000px);
    transform: skewX(45deg) translateX(1000px);
  }
}
@keyframes imgAnime {
  0% {
    -webkit-transform: skewX(45deg) translateX(0px);
    transform: skewX(45deg) translateX(0px);
  }
  40% {
    -webkit-transform: skewX(45deg) translateX(30px);
    transform: skewX(45deg) translateX(30px);
  }
  100% {
    -webkit-transform: skewX(45deg) translateX(1000px);
    transform: skewX(45deg) translateX(1000px);
  }
}
.abi_custom .anime-imgUp2 {
  padding-top: 100%;
}
.abi_custom .anime-imgUp2:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.abi_custom .anime-imgUp2 img {
  -webkit-transition: all 4s ease-out;
  transition: all 4s ease-out;
  opacity: 0;
}
.abi_custom .anime-imgUp3 {
  padding-top: 66%;
}
.abi_custom .anime-imgUp3:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.abi_custom .anime-imgUp3 img {
  -webkit-transition: all 4s ease-out;
  transition: all 4s ease-out;
  opacity: 0;
}
.abi_custom .anime-imgUp4 {
  padding-top: 100%;
}
.abi_custom .anime-imgUp4:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.abi_custom .anime-imgUp4 img {
  -webkit-transition: all 4s ease-out;
  transition: all 4s ease-out;
  opacity: 0;
}
.abi_custom .anime-type1 {
  display: inline-block;
  -webkit-transition: all 4s;
  transition: all 4s;
  opacity: 0;
  opacity: 0;
}
.abi_custom .anime-type2 {
  display: inline-block;
  -webkit-transition: all 4s;
  transition: all 4s;
  opacity: 0;
}
.abi_custom .anime-type3 {
  display: inline-block;
  -webkit-transition: all 4s;
  transition: all 4s;
  opacity: 0;
}
.abi_custom .anime-type4 {
  display: inline-block;
  -webkit-transition: all 4s;
  transition: all 4s;
  opacity: 0;
}
.abi_custom .scroll-in .anime-type1,
.abi_custom .scroll-in .anime-type2,
.abi_custom .scroll-in .anime-type3,
.abi_custom .scroll-in .anime-type4 {
  opacity: 1;
}
.abi_custom .anime-badge {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  width: 0;
}
.abi_custom .scroll-in.anime-badge {
  width: 140px;
}
.abi_custom .anime-bounceIn {
  opacity: 0;
}
.abi_custom .scroll-in.anime-bounceIn {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.abi_custom .animate__bounceIn {
  -webkit-animation-duration: 1.125s;
  animation-duration: 1.125s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.abi_custom .js-type .yellow-line {
  opacity: 0;
  -webkit-transition: all 800ms ease-in;
  transition: all 800ms ease-in;
}
.abi_custom .js-type .yellow-line.active {
  opacity: 1;
}
.abi_custom .js-type .yellow-line-main {
  opacity: 0;
  -webkit-transform: translate3d(800px, -120px, 0);
  transform: translate3d(800px, -120px, 0);
  -webkit-transition: all 800ms ease-in;
  transition: all 800ms ease-in;
}
.abi_custom .js-type .yellow-line-main.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.abi_custom .contentInner {
  width: 100%;
  margin: 0;
  padding: 0;
}
.abi_custom .p-career {
  font-family: YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", a-otf-gothic-bbb-pr6n, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.abi_custom .p-careerMain {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: #ffffff url("../img/main_bg_sp.jpg") no-repeat center center;
  background-size: cover;
}
.abi_custom .p-careerMain__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
}
.abi_custom .p-careerCopy {
  margin: 30px 0 35px;
}
.abi_custom .p-careerCopy p {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 700;
}
.abi_custom .p-careerCopy p span {
  color: #ff0000;
}
.abi_custom .p-careerCompany {
  padding: 70px 0 0 0;
}
.abi_custom .p-careerCompany__block {
  border-bottom: dashed 1px #808080;
  margin: 0 0 20px;
  padding: 0 0 40px;
}
.abi_custom .p-careerCompany__tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0;
  color: #2e3192;
  font-weight: 700;
  background-color: #f0f6ff;
  width: 70px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 14px;
  padding-left: 5px;
}
.abi_custom .p-careerCompany__tag:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 30px 0;
  border-color: transparent #ffffff transparent transparent;
}
.abi_custom .p-careerCompany__list li {
  margin-bottom: 10px;
}
.abi_custom .p-careerCompany__list li a {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 700;
  text-decoration: underline;
  color: #000000;
}
.abi_custom .p-careerCompany__list li a:hover {
  text-decoration: none;
}
.abi_custom .p-careerCompany__annotation {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
}
.abi_custom .p-careerContent {
  padding: 40px 0 0 0;
}
.abi_custom .p-careerContent__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-bottom: 23px;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0;
  text-align: left;
  font-weight: 700;
  color: #2e3192;
  border-bottom: dashed 1px #808080;
}
.abi_custom .p-careerContent__heading:before {
  content: "";
  display: block;
  height: 70px;
}
.abi_custom .p-careerContent__text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
.abi_custom .p-careerContent__heading--01:before {
  width: 19px;
  height: 70px;
  background: #ffffff url("../img/number_1.svg") no-repeat center center;
  background-size: cover;
  margin: 0 35px 0 10px;
}
.abi_custom .p-careerContent__heading--02 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}
.abi_custom .p-careerContent__heading--02:before {
  width: 46px;
  height: 72px;
  background: #ffffff url("../img/number_2.svg") no-repeat center center;
  background-size: cover;
  margin: -5px 20px 0 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .p-careerContent__heading--03 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}
.abi_custom .p-careerContent__heading--03:before {
  width: 44px;
  height: 72px;
  background: #ffffff url("../img/number_3.svg") no-repeat center center;
  background-size: cover;
  margin: -5px 20px 0 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .p-careerContent__heading--04 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.abi_custom .p-careerContent__heading--04:before {
  width: 46px;
  height: 72px;
  background: #ffffff url("../img/number_4.svg") no-repeat center center;
  background-size: cover;
  margin: -5px 20px 0 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .p-careerContent__card {
  margin: 0 0 50px;
}
.abi_custom .p-careerContent__title {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 700;
  color: #2e3192;
  margin: 0 0 20px;
  text-align: left;
}
.abi_custom .p-careerContent__title:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #48d7ff;
  margin: 0 10px 0 0;
}
.abi_custom .p-careerContent__figure {
  width: 100%;
  margin: 0 0 10px;
}
.abi_custom .p-careerContentPoint {
  background: #e9fcff;
  padding: 40px 0 70px;
}
.abi_custom .p-careerContentPoint__heading {
  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: 176px;
  height: 44px;
  background-color: #00bdff;
  border-radius: 22px;
  margin: 0 auto 25px;
}
.abi_custom .p-careerContentPoint__heading img {
  width: 94px;
}
.abi_custom .p-careerContent .p-careerContentPoint__text {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 700;
  color: #2e3192;
}
.abi_custom .p-careerContentStudents__more {
  display: none;
}
.abi_custom .p-careerContentStudent_lead {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 35px;
}
.abi_custom .p-careerContentStudent__card {
  margin-bottom: 50px;
}
.abi_custom .p-careerContent__affiliation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 4.8px;
  font-weight: 700;
  color: #2e3192;
  margin: 0 0 30px;
}
.abi_custom .p-careerContent__affiliation:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #48d8ff;
  margin-right: 15px;
}
.abi_custom .p-careerContentStudent__portrait {
  position: relative;
  width: 100%;
  margin: 0;
}
.abi_custom .p-careerContentStudent__portrait:before {
  position: absolute;
  right: 6%;
  bottom: 23%;
  content: "";
  display: block;
  width: 18%;
  height: 1px;
  background-color: #fff;
  z-index: 10;
  -webkit-transform: rotate(63deg);
  transform: rotate(63deg);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.abi_custom .p-careerContentStudent__portrait:after {
  position: absolute;
  right: 6%;
  bottom: 23%;
  content: "";
  display: block;
  width: 18%;
  height: 1px;
  background-color: #fff;
  z-index: 10;
  -webkit-transform: rotate(-63deg);
  transform: rotate(-63deg);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.abi_custom .p-careerContentStudent__title {
  width: 75px;
  margin: 5px 0 8px;
}
.abi_custom .p-careerContentStudent__point {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 700;
}
.abi_custom .p-careerContent__more {
  margin: 0 0 35px;
  padding: 34px 0 30px;
  color: #ffffff;
  background-color: #00bdff;
}
.abi_custom .p-careerContent__more p {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 10px;
}
.abi_custom .p-careerContent__moreBtn {
  position: relative;
  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;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 7.2px;
  font-weight: 500;
  font-family: futura-pt, sans-serif;
  color: #ffffff;
  background-color: #2e3192;
  width: 100%;
  height: 80px;
  border: none;
  cursor: pointer;
}
.abi_custom .p-careerContent__moreBtn:hover {
  opacity: 1;
  color: #2e3192;
  background-color: #ffffff;
}
.abi_custom .p-careerContent__moreBtn.is-active:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.5px 20px 11.5px;
  border-color: transparent transparent #ffffff transparent;
}
.abi_custom .p-careerContent__moreBtn.is-active:hover:after {
  border-color: transparent transparent #2e3192 transparent;
}
.abi_custom .p-careerIndex {
  padding: 38px 0 35px;
  background-color: #ffe6e6;
}
.abi_custom .p-careerIndex__title {
  width: 124px;
  margin: 0 0 27px;
}
.abi_custom .p-careerIndex__list {
  margin-left: 1.2em;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700;
}
.abi_custom .p-careerIndex__list li {
  margin-bottom: 23px;
  padding-left: 0.5em;
}
.abi_custom .p-careerIndex__list li a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000;
  text-decoration: underline;
}
.abi_custom .p-careerIndex__list li a:hover {
  text-decoration: none;
}
.abi_custom .p-careerInterview {
  background-color: #efefef;
  padding: 60px 0;
}
.abi_custom .p-careerInterview__link {
  position: relative;
  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;
  background-color: #ffffff;
  color: #2e3192;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700;
  width: 100%;
  height: 75px;
  padding-right: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .p-careerInterview__link:link {
  color: #2e3192;
}
.abi_custom .p-careerInterview__link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 15px;
  border-color: transparent transparent transparent #2e3192;
  margin-left: 110px;
}
.abi_custom .p-careerInterview__link:hover {
  color: #ffffff;
  background-color: #2e3192;
  opacity: 1;
  text-decoration: none;
}
.abi_custom .p-careerInterview__link:hover:after {
  border-color: transparent transparent transparent #ffffff;
}
.abi_custom .p-careerResources {
  padding-top: 80px;
}
.abi_custom .p-careerResources__lead {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0 0 50px;
}
.abi_custom .p-careerResources__card {
  background-color: #f0f6ff;
  margin: 0 0 50px;
}
.abi_custom .p-careerResources__content {
  padding: 40px 0 55px;
}
.abi_custom .p-careerResources__title {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 22px;
  color: #2e3192;
  text-align: left;
}
.abi_custom .p-careerResources__company {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 25px;
}
.abi_custom .p-careerResources__link {
  position: relative;
  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;
  height: 75px;
  background-color: #2e3192;
  color: #ffffff;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 700;
  padding-right: 25px;
}
.abi_custom .p-careerResources__link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 95px;
}
.abi_custom .p-careerResources__link:link {
  color: #ffffff;
}
.abi_custom .p-careerResources__link:hover {
  background-color: #fff;
  color: #2e3192;
  opacity: 1;
  text-decoration: none;
}
.abi_custom .p-careerResources__link:hover:after {
  border-color: transparent transparent transparent #2e3192;
}
.abi_custom .p-careerResources__image {
  width: 100%;
  margin: 0;
}
.abi_custom .p-careerResources__nasaru {
  margin-bottom: 35px;
}
.abi_custom .p-experiences {
  background: #00bdff;
  color: #ffffff;
}
.abi_custom .p-experiences__content {
  padding: 28px 0;
}
.abi_custom .p-experiences__content p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 15px;
}
.abi_custom .p-experience__btn {
  position: relative;
  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: 100%;
  height: 80px;
  background-color: #fff;
  color: #2e3192;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
.abi_custom .p-experience__btn:link {
  color: #2e3192;
}
.abi_custom .p-experience__btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 15px;
  border-color: transparent transparent transparent #2e3192;
  margin-left: 100px;
}
.abi_custom .p-experience__btn:hover {
  background-color: #2e3192;
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
}
.abi_custom .p-experience__btn:hover:after {
  border-color: transparent transparent transparent #ffffff;
}
.abi_custom .loader,
.abi_custom .loader:before,
.abi_custom .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.abi_custom .loader {
  color: #000000;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.abi_custom .loader:before,
.abi_custom .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.abi_custom .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.abi_custom .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}
.abi_custom .page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  text-align: center;
  color: #777;
}
.abi_custom {
  /* Slider */
}
.abi_custom .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.abi_custom .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.abi_custom .slick-list:focus {
  outline: none;
}
.abi_custom .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.abi_custom .slick-slider .slick-track,
.abi_custom .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.abi_custom .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.abi_custom .slick-track:before,
.abi_custom .slick-track:after {
  display: table;
  content: "";
}
.abi_custom .slick-track:after {
  clear: both;
}
.abi_custom .slick-loading .slick-track {
  visibility: hidden;
}
.abi_custom .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.abi_custom [dir=rtl] .slick-slide {
  float: right;
}
.abi_custom .slick-slide img {
  display: block;
}
.abi_custom .slick-slide.slick-loading img {
  display: none;
}
.abi_custom .slick-slide.dragging img {
  pointer-events: none;
}
.abi_custom .slick-initialized .slick-slide {
  display: block;
}
.abi_custom .slick-loading .slick-slide {
  visibility: hidden;
}
.abi_custom .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.abi_custom .slick-arrow.slick-hidden {
  display: none;
}
.abi_custom .slide-dots {
  text-align: center;
  height: 5px;
  margin: auto;
}
.abi_custom .slide-dots li {
  display: inline-block;
  height: 5px;
  margin: 0 8px;
}
.abi_custom .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.abi_custom .slide-dots li button:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.abi_custom .slide-dots li.slick-active button:before {
  background-color: #e60815;
}
.abi_custom .u-sp-hidden {
  display: none;
}
.abi_custom .u-skew5 {
  -webkit-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.abi_custom .u-skew5__inner {
  -webkit-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@media only screen and (min-width: 768px) {
  .abi_custom .c-sdgs {
    min-width: 1040px;
  }
  .abi_custom .c-sdgs__text {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 500;
  }
  .abi_custom a:hover {
    opacity: 0.6;
  }
  .abi_custom a:hover img {
    opacity: 0.8;
  }
  .abi_custom a.c-btn:hover {
    opacity: 0.8;
  }
  .abi_custom .modal-wrapper {
    top: 124px;
  }
  .abi_custom #content_footer {
    padding-top: 40px;
  }
  .abi_custom .l-inner {
    width: 1000px;
  }
  .abi_custom .l-flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .abi_custom .l-footer {
    padding-bottom: 50px;
  }
  .abi_custom .l-footer p {
    width: 50%;
  }
  .abi_custom .l-footer .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .abi_custom .l-footer__links {
    width: 300px;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .abi_custom .l-footer__item {
    width: 133px;
  }
  .abi_custom .c-btn {
    width: 400px;
    height: 60px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0;
  }
  .abi_custom .c-label {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 3.4px;
    padding: 0 5px;
  }
  .abi_custom .contentInner {
    margin-top: 30px;
    min-width: 1024px;
  }
  .abi_custom .p-careerMain {
    height: 300px;
    background: #ffffff url("../img/main_bg_pc.jpg") no-repeat center center;
    background-size: cover;
    padding: 0;
  }
  .abi_custom .p-careerMain__heading {
    max-width: 848px;
    margin-top: 15px;
  }
  .abi_custom .p-careerCopy {
    margin: 44px 0 60px;
  }
  .abi_custom .p-careerCopy p {
    font-size: 21px;
    line-height: 40px;
    letter-spacing: 1.05px;
  }
  .abi_custom .p-careerCompany {
    padding: 110px 0 0 0;
  }
  .abi_custom .p-careerCompany__block {
    position: relative;
    margin: 0 0 40px;
    padding-left: 100px;
  }
  .abi_custom .p-careerCompany__tag {
    position: absolute;
    top: 0;
    left: 0;
  }
  .abi_custom .p-careerCompany__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .abi_custom .p-careerCompany__list li {
    width: 290px;
    margin-bottom: 30px;
  }
  .abi_custom .p-careerCompany__list li a {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .abi_custom .p-careerCompany_nowrap {
    white-space: nowrap;
  }
  .abi_custom .p-careerContent {
    padding: 125px 0 0 0;
  }
  .abi_custom .p-careerContent__heading {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 0;
    margin-bottom: 80px;
  }
  .abi_custom .p-careerContent__heading--01:before {
    width: 37px;
    height: 128px;
    margin: 4px 65px 0 23px;
  }
  .abi_custom .p-careerContent__heading--02 {
    margin-bottom: 43px;
  }
  .abi_custom .p-careerContent__heading--02:before {
    width: 81px;
    height: 128px;
    margin: 4px 38px 0 6px;
  }
  .abi_custom .p-careerContent__heading--03 {
    margin-bottom: 43px;
  }
  .abi_custom .p-careerContent__heading--03:before {
    width: 78px;
    height: 128px;
    margin: 4px 38px 0 6px;
  }
  .abi_custom .p-careerContent__heading--04 {
    margin-bottom: 70px;
  }
  .abi_custom .p-careerContent__heading--04:before {
    width: 78px;
    height: 128px;
    margin: 4px 38px 0 6px;
  }
  .abi_custom .p-careerContent__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
  }
  .abi_custom .p-careerContent__card {
    width: 450px;
    margin: 0 0 80px;
  }
  .abi_custom .p-careerContent__card .l-inner {
    width: 100%;
  }
  .abi_custom .p-careerContent__card--last {
    width: 100%;
  }
  .abi_custom .p-careerContent__title {
    font-size: 26px;
    line-height: 1em;
    letter-spacing: 0;
    margin: 0px 0 28px 4px;
  }
  .abi_custom .p-careerContent__title:before {
    margin-bottom: 2px;
  }
  .abi_custom .p-careerContent__figure {
    margin: 0 0 20px;
  }
  .abi_custom .p-careerContentPoint {
    padding: 50px 0 70px;
  }
  .abi_custom .p-careerContentPoint .l-flex-pc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .abi_custom .p-careerContentPoint__heading {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 36px 0 18px;
  }
  .abi_custom .p-careerContent .p-careerContentPoint__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
  }
  .abi_custom .p-careerContentStudents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .abi_custom .p-careerContentStudents__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
  }
  .abi_custom .p-careerContentStudents__more.is-show {
    height: 2260px;
  }
  .abi_custom .p-careerContentStudent_lead {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 55px;
  }
  .abi_custom .p-careerContentStudent__card {
    width: 450px;
    margin-bottom: 90px;
  }
  .abi_custom .p-careerContent__affiliation {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 6px;
  }
  .abi_custom .p-careerContent__affiliation:before {
    width: 28px;
    height: 28px;
    margin-right: 20px;
  }
  .abi_custom .p-careerContentStudent__title {
    width: 94px;
    margin: 35px 0 15px;
  }
  .abi_custom .p-careerContentStudent__point {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .abi_custom .p-careerContent__more {
    width: 1000px;
    margin: -26px auto 85px;
    padding: 42px 0 33px;
    text-align: center;
  }
  .abi_custom .p-careerContent__more p {
    font-size: 26px;
    line-height: 1em;
    letter-spacing: 0;
    margin: 0 0 20px;
  }
  .abi_custom .p-careerContent__moreBtn {
    width: 300px;
    height: 76px;
    margin: auto;
  }
  .abi_custom .p-careerIndex {
    padding: 39px 0 35px;
  }
  .abi_custom .p-careerIndex__title {
    margin: 0 50px 0 15px;
  }
  .abi_custom .p-careerIndex__list {
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0;
  }
  .abi_custom .p-careerIndex__list li {
    margin-bottom: 8px;
    padding-left: 14px;
  }
  .abi_custom .p-careerIndex__list li a {
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0;
  }
  .abi_custom .p-careerInterview {
    padding: 85px 0;
  }
  .abi_custom .p-careerInterview__link {
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0;
    width: 600px;
    margin: auto;
    padding: 0;
  }
  .abi_custom .p-careerInterview__link:after {
    margin-left: 147px;
  }
  .abi_custom .p-careerResources {
    padding-top: 97px;
  }
  .abi_custom .p-careerResources__lead {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .abi_custom .p-careerResources__wrap {
    width: 1000px;
    margin: auto;
  }
  .abi_custom .p-careerResources__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .abi_custom .p-careerResources__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    padding: 42px 0 0px 60px;
  }
  .abi_custom .p-careerResources__content .l-inner {
    width: 100%;
  }
  .abi_custom .p-careerResources__title {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 54px;
  }
  .abi_custom .p-careerResources__company {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0;
    margin: 0 0 32px 5px;
  }
  .abi_custom .p-careerResources__link {
    width: 386px;
    height: 75px;
    margin-left: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .p-careerResources__image {
    width: 350px;
  }
  .abi_custom .p-careerResources__nasaru {
    margin-bottom: 118px;
  }
  .abi_custom .p-careerResources__nasaru .p-careerResources__title {
    margin-bottom: 16px;
  }
  .abi_custom .p-experiences__inner {
    width: 1000px;
    margin: auto;
    padding: 43px 0 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .abi_custom .p-experiences__content {
    width: 467px;
    margin: 0;
  }
  .abi_custom .p-experiences__content p {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .abi_custom .p-experience__btn {
    width: 450px;
    height: 75px;
  }
  .abi_custom .p-experience__btn:after {
    margin-left: 182px;
  }
  .abi_custom .p-experiences__search {
    width: 500px;
    margin-top: 10px;
  }
  .abi_custom .u-tablet-hidden {
    display: none;
  }
  .abi_custom .u-sp-hidden {
    display: inline-block;
  }
}
@media only screen and (min-width: 1140px) {
  .abi_custom .l-footer p {
    width: 50%;
  }
}
@media only screen and (min-width: 1130px) {
  .abi_custom .l-header__inner {
    padding: 0 20px 0 50px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 80px;
  }
  .abi_custom .l-header__logo {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 99px;
  }
  .abi_custom .l-header__hamburger {
    display: none;
  }
  .abi_custom .l-header__nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0;
    background: none;
    overflow: visible;
  }
  .abi_custom .loaded .l-header__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .abi_custom .loaded .l-header__nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.abi_custom .futuretech__cont {
  display: block;
  width: 87.5%;
  margin: auto;
}
.abi_custom .futuretech__text {
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .abi_custom .futuretech {
    width: 1000px;
  }
  .abi_custom .futuretech__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 auto 0;
  }
  .abi_custom .futuretech__text {
    width: 340px;
  }
}

/* 2025年サイトリニューアルに伴う調整 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: unset;
}
body.page-hide {
  display: none;
}

.abi_custom .p-careerContent,
.abi_custom .p-careerContent__more {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.abi_custom .p-careerIndex__list li {
  list-style-type: inherit;
}
.abi_custom .p-careerContentStudent__point li {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .abi_custom .contentInner {
    min-width: auto;
  }
  .abi_custom .p-careerCopy {
    width: 95%;
    margin: 44px auto 60px;
  }
  .abi_custom .l-inner {
    width: 95%;
  }
  .abi_custom .p-careerContent__wrap {
    width: 95%;
  }
  .abi_custom .p-careerContent__card, .abi_custom .p-careerContentStudent__card {
    width: 48%;
  }
  .abi_custom .p-careerContent__more {
    width: 95%;
  }
}