.both_border1:before {
  top: 0;
  z-index: 0;
  height: 100%;
}
@media (max-width: 1015px) {
  .both_border1:before {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .both_border1:before {
    z-index: 1;
  }
}

@media (max-width: 950px) {
  .both_border2:before {
    display: none;
  }
}

@media (max-width: 600px) {
  .lower_fv .upper_b h1.ttl {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .lower_fv .upper_b h1.ttl {
    font-size: 50px;
  }
}

.company {
  position: relative;
}
.company:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  z-index: 5;
}
.company .inner {
  position: relative;
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .company .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .company .inner {
    width: calc(100% - 60px);
  }
}
.company .inner:before {
  display: block;
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
  background: #eee;
}
.company .inner .c_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .company .inner .c_wrap {
    gap: 40px;
  }
}
@media (max-width: 1290px) {
  .company .inner .c_wrap {
    gap: 0;
  }
}
.company .inner .c_wrap .left {
  width: 50%;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left {
    width: 100%;
  }
}
.company .inner .c_wrap .left .ttl_con {
  margin-bottom: clamp(40px, 2.759vw, 60px);
  position: relative;
  z-index: 7;
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .ttl_con {
    margin-bottom: 30px;
  }
}
.company .inner .c_wrap .left .ttl_con .ttl_b {
  margin-left: auto;
}
.company .inner .c_wrap .left .ttl_con .ttl_b .main {
  position: relative;
  font-size: clamp(100px, 6.897vw, 150px);
  font-weight: 400;
  line-height: 0.755;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .left .ttl_con .ttl_b .main {
    font-size: 70px;
    width: 100vw;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .ttl_con .ttl_b .main {
    font-size: 50px;
  }
}
.company .inner .c_wrap .left .ttl_con .ttl_b .main:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .ttl_con .ttl_b .main:before {
    width: 50%;
  }
}
.company .inner .c_wrap .left .ttl_con .ttl_b .main span {
  position: relative;
  top: -1.5px;
  left: -1.5px;
}
.company .inner .c_wrap .left .ttl_con .ttl_b .sub {
  margin-top: clamp(20px, 1.379vw, 35px);
  padding-left: 20px;
  position: relative;
  font-size: clamp(20px, 1.379vw, 30px);
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .ttl_con .ttl_b .sub {
    font-size: 16px;
    margin-top: 10px;
  }
}
.company .inner .c_wrap .left .ttl_con .ttl_b .sub:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/sub-ttl-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(10px, 0.69vw, 15px);
  height: clamp(10px, 0.69vw, 15px);
  content: "";
}
.company .inner .c_wrap .left .l_txt {
  font-weight: 400;
}
.company .inner .c_wrap .left .right.sp_only {
  display: none;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    z-index: 6;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only {
    height: 200px;
    margin-bottom: 20px;
  }
}
.company .inner .c_wrap .left .right.sp_only:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 19.5px;
  height: 11.6px;
  position: absolute;
  bottom: 40px;
  right: 35px;
  z-index: 5;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only:before {
    right: 125px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only:before {
    bottom: 50%;
    right: 118px;
    transform: translateY(50%);
  }
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .right.sp_only:before {
    width: 15px;
    height: 9px;
    right: 69px;
  }
}
.company .inner .c_wrap .left .right.sp_only:after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 60px;
  content: "";
  z-index: 4;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only:after {
    right: 105px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only:after {
    width: 46px;
    height: 46px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .right.sp_only:after {
    right: 54px;
  }
}
.company .inner .c_wrap .left .right.sp_only:hover:before {
  -webkit-animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only:hover:before {
    -webkit-animation: arrow-line-p2 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
    animation: arrow-line-p2 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con {
  position: absolute;
  padding: 0 clamp(50px, 3.448vw, 75px);
  font-weight: 200;
  bottom: clamp(110px, 7.586vw, 165px);
  color: #fff;
  z-index: 10;
  line-height: 1.25;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con {
    padding: 0 110px 0 50px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con {
    padding: 0;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con span {
  font-size: clamp(28px, 1.931vw, 42px);
}
.company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt1 {
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: clamp(40px, 2.759vw, 60px);
  letter-spacing: 0.1em;
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt1 {
    top: 38px;
    font-size: 24px;
    left: 20px;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt1:before {
  top: -30px;
  left: -26px;
  width: 100%;
  font-family: "Inter", sans-serif;
  position: absolute;
  content: "TOP MESSAGE";
  font-weight: 400;
  font-size: clamp(62px, 4.276vw, 93px);
  color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt1:before {
    display: none;
    top: 38px;
    left: 20px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt2 {
    display: none;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg:hover img {
  transform: scale(1.1);
}
.company .inner .c_wrap .left .right.sp_only .l_bg img.tab_only {
  width: 100%;
  height: clamp(560px, 38.621vw, 840px);
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg img.tab_only {
    height: 400px;
    -o-object-position: center -72px;
       object-position: center -72px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg img.tab_only {
    display: none;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg img.sp_only {
  display: none;
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg img.sp_only {
    display: block;
    width: 100%;
    height: 200px;
    transition: 0.5s;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: calc(100% - 45px) 0px;
       object-position: calc(100% - 45px) 0px;
  }
}
.company .inner .c_wrap .left .right.sp_only .img_txt {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: clamp(40px, 2.759vw, 60px);
  z-index: 10;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b {
  transition: 0.5s;
  border-bottom: 1px solid #eee;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .c_btn_con .c_btn_b {
    position: relative;
    z-index: 7;
  }
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b:first-of-type {
  border-top: 1px solid #eee;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b:hover {
  background: #1d323e;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b:hover a {
  color: #fff;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b a {
  display: block;
  position: relative;
  font-size: 20px;
  padding: 23px 0;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .c_btn_con .c_btn_b a {
    padding: 16px 0;
    padding-left: 40px;
  }
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b a:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b a:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 6px;
  position: absolute;
  bottom: 34px;
  left: 10px;
  z-index: 5;
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .c_btn_con .c_btn_b a:before {
    bottom: 27px;
  }
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b a:after {
  position: absolute;
  left: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  content: "";
  z-index: 4;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .c_btn_con .c_btn_b a:after {
    top: 17px;
  }
}
.company .inner .c_wrap .right.pc_only {
  position: relative;
  width: clamp(575px, 39.655vw, 862.5px);
  height: clamp(560px, 38.621vw, 840px);
  overflow: hidden;
  z-index: 6;
}
@media (max-width: 1450px) {
  .company .inner .c_wrap .right.pc_only {
    width: 46%;
  }
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only {
    top: 148px;
    left: 45px;
    width: 44.792vw;
    height: 54.948vw;
  }
}
@media (max-width: 810px) {
  .company .inner .c_wrap .right.pc_only {
    display: none;
  }
}
.company .inner .c_wrap .right.pc_only:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 19.5px;
  height: 11.6px;
  position: absolute;
  bottom: 40px;
  right: 35px;
  z-index: 5;
}
.company .inner .c_wrap .right.pc_only:after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 60px;
  content: "";
  z-index: 4;
}
.company .inner .c_wrap .right.pc_only:hover:before {
  -webkit-animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .right.pc_only .l_bg {
    display: none;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con {
  position: absolute;
  padding: 0 clamp(50px, 3.448vw, 75px);
  font-weight: 200;
  bottom: clamp(110px, 7.586vw, 165px);
  color: #fff;
  z-index: 10;
  line-height: 1.25;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con {
    bottom: 15.979vw;
    padding: 0 1.51vw;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con span {
  font-size: clamp(28px, 1.931vw, 42px);
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt1 {
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: clamp(40px, 2.759vw, 60px);
  letter-spacing: 0.1em;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt1 {
    font-size: 3.7vw;
    width: 85%;
    margin: 0 auto;
    line-height: 1.5;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt1:before {
  top: -30px;
  left: -26px;
  width: 100%;
  font-family: "Inter", sans-serif;
  position: absolute;
  content: "TOP MESSAGE";
  font-weight: 400;
  font-size: clamp(62px, 4.276vw, 93px);
  color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt1:before {
    top: -4vw;
    width: 100%;
    font-family: "Inter", sans-serif;
    position: absolute;
    content: "TOP MESSAGE";
    font-weight: 400;
    font-size: 6.5vw;
    color: rgba(255, 255, 255, 0.2);
    z-index: -1;
    left: -2vw;
    line-height: 1;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt2 {
  line-height: 1.5;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt2 {
    line-height: 1.5;
    width: 85%;
    margin: 0 auto;
    margin-top: 2.4vw;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg:hover img {
  transform: scale(1.1);
}
.company .inner .c_wrap .right.pc_only .l_bg img {
  width: 100%;
  height: clamp(560px, 38.621vw, 840px);
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg img {
    height: 54.948vw;
  }
}
.company .inner .c_wrap .right.pc_only .img_txt {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: clamp(40px, 2.759vw, 60px);
  z-index: 10;
}
.company .c_inner {
  padding: 402px 0 120px;
}
@media (max-width: 480px) {
  .company .c_inner {
    padding: 65px 0;
  }
}

.inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .inner {
    width: calc(100% - 60px);
  }
}

.c_inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .c_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .c_inner {
    width: calc(100% - 60px);
  }
}

.company {
  position: relative;
}
.company:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  z-index: 5;
}
.company .inner {
  position: relative;
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .company .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .company .inner {
    width: calc(100% - 60px);
  }
}
.company .inner:before {
  display: block;
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
  background: #eee;
}
.company .inner .c_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .company .inner .c_wrap {
    gap: 40px;
  }
}
@media (max-width: 1290px) {
  .company .inner .c_wrap {
    gap: 0;
  }
}
.company .inner .c_wrap .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left {
    width: 100%;
  }
}
.company .inner .c_wrap .left .ttl_con {
  margin-bottom: clamp(40px, 2.759vw, 60px);
  position: relative;
  z-index: 7;
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .ttl_con {
    margin-bottom: 30px;
  }
}
.company .inner .c_wrap .left .ttl_con .ttl_b {
  margin-left: auto;
}
.company .inner .c_wrap .left .ttl_con .ttl_b .main {
  position: relative;
  font-size: clamp(100px, 6.897vw, 150px);
  font-weight: 400;
  line-height: 0.755;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .left .ttl_con .ttl_b .main {
    font-size: 70px;
    width: 100vw;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .ttl_con .ttl_b .main {
    font-size: 50px;
  }
}
.company .inner .c_wrap .left .ttl_con .ttl_b .main:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .ttl_con .ttl_b .main:before {
    width: 50%;
  }
}
.company .inner .c_wrap .left .ttl_con .ttl_b .main span {
  position: relative;
  top: -1.5px;
  left: -1.5px;
}
.company .inner .c_wrap .left .ttl_con .ttl_b .sub {
  margin-top: clamp(20px, 1.379vw, 35px);
  padding-left: 20px;
  position: relative;
  font-size: clamp(20px, 1.379vw, 30px);
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .ttl_con .ttl_b .sub {
    font-size: 16px;
    margin-top: 10px;
  }
}
.company .inner .c_wrap .left .ttl_con .ttl_b .sub:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/sub-ttl-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(10px, 0.69vw, 15px);
  height: clamp(10px, 0.69vw, 15px);
  content: "";
}
.company .inner .c_wrap .left .l_txt {
  margin-bottom: 200px;
  font-weight: 400;
  position: relative;
  z-index: 6;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .l_txt {
    margin-bottom: 30px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .l_txt {
    margin-bottom: 20px;
  }
}
.company .inner .c_wrap .left .right.sp_only {
  display: none;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    z-index: 6;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only {
    height: 200px;
    margin-bottom: 20px;
  }
}
.company .inner .c_wrap .left .right.sp_only:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 19.5px;
  height: 11.6px;
  position: absolute;
  bottom: 40px;
  right: 35px;
  z-index: 5;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only:before {
    right: 125px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only:before {
    bottom: 50%;
    right: 118px;
    transform: translateY(50%);
  }
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .right.sp_only:before {
    width: 15px;
    height: 9px;
    right: 69px;
  }
}
.company .inner .c_wrap .left .right.sp_only:after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 60px;
  content: "";
  z-index: 4;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only:after {
    right: 105px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only:after {
    width: 46px;
    height: 46px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .right.sp_only:after {
    right: 54px;
  }
}
.company .inner .c_wrap .left .right.sp_only:hover:before {
  -webkit-animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only:hover:before {
    -webkit-animation: arrow-line-p2 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
    animation: arrow-line-p2 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con {
  position: absolute;
  padding: 0 clamp(50px, 3.448vw, 75px);
  font-weight: 200;
  bottom: clamp(110px, 7.586vw, 165px);
  color: #fff;
  z-index: 10;
  line-height: 1.25;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con {
    padding: 0 110px 0 50px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con {
    padding: 0;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con span {
  font-size: clamp(28px, 1.931vw, 42px);
}
.company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt1 {
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: clamp(40px, 2.759vw, 60px);
  letter-spacing: 0.1em;
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt1 {
    top: 38px;
    font-size: 24px;
    left: 20px;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt1:before {
  top: -30px;
  left: -26px;
  width: 100%;
  font-family: "Inter", sans-serif;
  position: absolute;
  content: "TOP MESSAGE";
  font-weight: 400;
  font-size: clamp(62px, 4.276vw, 93px);
  color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt1:before {
    display: none;
    top: 38px;
    left: 20px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt2 {
    display: none;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg:hover img {
  transform: scale(1.1);
}
.company .inner .c_wrap .left .right.sp_only .l_bg img.tab_only {
  width: 100%;
  height: clamp(560px, 38.621vw, 840px);
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg img.tab_only {
    height: 400px;
    -o-object-position: center -72px;
       object-position: center -72px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg img.tab_only {
    display: none;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg img.sp_only {
  display: none;
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg img.sp_only {
    display: block;
    width: 100%;
    height: 200px;
    transition: 0.5s;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: calc(100% - 45px) 0px;
       object-position: calc(100% - 45px) 0px;
  }
}
.company .inner .c_wrap .left .right.sp_only .img_txt {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: clamp(40px, 2.759vw, 60px);
  z-index: 10;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b {
  transition: 0.5s;
  border-bottom: 1px solid #eee;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .c_btn_con .c_btn_b {
    position: relative;
    z-index: 7;
  }
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b:first-of-type {
  border-top: 1px solid #eee;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b:hover {
  background: #1d323e;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b:hover a {
  color: #fff;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b a {
  display: block;
  position: relative;
  font-size: 20px;
  padding: 23px 0;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .c_btn_con .c_btn_b a {
    padding: 16px 0;
    padding-left: 40px;
    font-size: 16px;
  }
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b a:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b a:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 6px;
  position: absolute;
  bottom: 34px;
  left: 10px;
  z-index: 5;
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .c_btn_con .c_btn_b a:before {
    bottom: 27px;
  }
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b a:after {
  position: absolute;
  left: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  content: "";
  z-index: 4;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .c_btn_con .c_btn_b a:after {
    top: 11px;
  }
}
.company .inner .c_wrap .right.pc_only {
  position: relative;
  width: clamp(575px, 39.655vw, 862.5px);
  height: clamp(560px, 38.621vw, 840px);
  overflow: hidden;
  z-index: 6;
}
@media (max-width: 1450px) {
  .company .inner .c_wrap .right.pc_only {
    width: 46%;
  }
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only {
    top: 0;
    left: 0;
    width: 47%;
    height: 54.948vw;
  }
}
@media (max-width: 810px) {
  .company .inner .c_wrap .right.pc_only {
    display: none;
  }
}
.company .inner .c_wrap .right.pc_only:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 19.5px;
  height: 11.6px;
  position: absolute;
  bottom: 40px;
  right: 35px;
  z-index: 5;
}
.company .inner .c_wrap .right.pc_only:after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 60px;
  content: "";
  z-index: 4;
}
.company .inner .c_wrap .right.pc_only:hover:before {
  -webkit-animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .right.pc_only .l_bg {
    display: none;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con {
  position: absolute;
  padding: 0 clamp(50px, 3.448vw, 75px);
  font-weight: 200;
  bottom: clamp(110px, 7.586vw, 165px);
  color: #fff;
  z-index: 10;
  line-height: 1.25;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con {
    bottom: 15.979vw;
    padding: 0 1.51vw;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con span {
  font-size: clamp(28px, 1.931vw, 42px);
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt1 {
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: clamp(40px, 2.759vw, 60px);
  letter-spacing: 0.1em;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt1 {
    font-size: 3.2vw;
    width: 85%;
    margin: 0 auto;
    line-height: 1.5;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt1:before {
  top: -30px;
  left: -26px;
  width: 100%;
  font-family: "Inter", sans-serif;
  position: absolute;
  content: "TOP MESSAGE";
  font-weight: 400;
  font-size: clamp(52px, 3.586vw, 78px);
  color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt1:before {
    top: -2vw;
    width: 100%;
    font-family: "Inter", sans-serif;
    position: absolute;
    content: "TOP MESSAGE";
    font-weight: 400;
    font-size: 3.5vw;
    color: rgba(255, 255, 255, 0.2);
    z-index: -1;
    left: -2vw;
    line-height: 1;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt2 {
  line-height: 1.5;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt2 {
    line-height: 1.5;
    width: 85%;
    margin: 0 auto;
    margin-top: 2.4vw;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg:hover img {
  transform: scale(1.1);
}
.company .inner .c_wrap .right.pc_only .l_bg img {
  width: 100%;
  height: clamp(560px, 38.621vw, 840px);
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg img {
    height: 54.948vw;
  }
}
.company .inner .c_wrap .right.pc_only .img_txt {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: clamp(40px, 2.759vw, 60px);
  z-index: 10;
}/*# sourceMappingURL=company-info.css.map */