@charset "UTF-8";
#company .btn a, #case .btn a, #business .btn a, #vision .btn a, #topics .head .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 70px;
  background: #333333;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "bahnschrift-semicondensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.08em;
  position: relative;
  display: flex;
  align-items: center;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#company .btn a:hover, #case .btn a:hover, #business .btn a:hover, #vision .btn a:hover, #topics .head .btn a:hover {
  opacity: 0.6;
}
#company .btn a::after, #case .btn a::after, #business .btn a::after, #vision .btn a::after, #topics .head .btn a::after {
  content: "";
  background-image: url(../images/arrow.webp);
  width: 31px;
  height: 8px;
  position: absolute;
  right: 30px;
}
@media (max-width: 767px) {
  #company .btn a, #case .btn a, #business .btn a, #vision .btn a, #topics .head .btn a {
    width: 250px;
    height: 60px;
    font-size: 14px;
  }
  #company .btn a::after, #case .btn a::after, #business .btn a::after, #vision .btn a::after, #topics .head .btn a::after {
    right: 20px;
  }
}

#company h2, #case h2, #business h2, #vision h2, #topics h2 {
  font-size: 60px;
  color: #0c0c0c;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#company h2 small, #case h2 small, #business h2 small, #vision h2 small, #topics h2 small {
  margin-bottom: 10px;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 30px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 1199px) {
  #company h2, #case h2, #business h2, #vision h2, #topics h2 {
    font-size: 45px;
  }
  #company h2 small, #case h2 small, #business h2 small, #vision h2 small, #topics h2 small {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  #company h2, #case h2, #business h2, #vision h2, #topics h2 {
    font-size: 27px;
  }
  #company h2 small, #case h2 small, #business h2 small, #vision h2 small, #topics h2 small {
    font-size: 16px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
heading
------------------------------------------------- */
h2.fade-in {
  display: flex;
  flex-direction: column;
  align-items: start;
}
h2.fade-in.view span {
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s, right 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.1s, clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}
h2.fade-in.view span::after {
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s, right 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  left: calc(100% + 10px);
  right: calc(0% - 10px);
}
h2.fade-in.view.remove span::after {
  display: none;
}
h2.fade-in span {
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 150%, 0% 150%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 150%, 0% 150%);
}
h2.fade-in span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(0% - 10px);
  right: calc(100% + 10px);
  bottom: 0;
  background-color: #fff;
}
h2.fade-in.black span::after {
  background-color: #0c0c0c;
}

/* ----------------------------------------------
mainvideo
------------------------------------------------- */
#mainvideo {
  position: relative;
  z-index: 3;
}
#mainvideo::before {
  content: "";
  background-color: #ffffff;
  width: calc((100% - 1180px) / 2 + 690px);
  height: 100px;
  position: absolute;
  bottom: 90px;
  z-index: 3;
}
#mainvideo::after {
  content: "";
  background-color: #ffffff;
  width: calc((100% - 1180px) / 2 + 840px);
  height: 90px;
  position: absolute;
  bottom: 0px;
  z-index: 3;
}
#mainvideo #mainslider::before {
  content: "";
  background-image: url(../images/mainimg-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: calc(100% - 22px);
  height: 20%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.4;
  z-index: 4;
}
#mainvideo #mainslider::after {
  content: "";
  width: 20px;
  height: 100%;
  background-color: #0c0c0c;
  position: absolute;
  display: block;
  left: 0;
  top: -40px;
  z-index: 4;
}
#mainvideo #mainslider img,
#mainvideo #mainslider video {
  width: 100%;
  height: calc(100vh - 135px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainvideo .catch {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 27%;
  bottom: calc(160px + 6%);
  font-family: "bahnschrift", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #ffffff;
}
#mainvideo .catch p > span {
  display: inline-block;
  position: relative;
}
#mainvideo .catch p > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(0% - 10px);
  right: calc(100% + 10px);
  bottom: 0;
  background-color: #fff;
}
#mainvideo .catch p > span.view::after {
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s, right 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  left: calc(100% + 10px);
  right: calc(0% - 10px);
}
#mainvideo .catch p > span.view span {
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s, right 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.1s, clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}
#mainvideo .catch p > span.view.remove::after {
  display: none;
}
#mainvideo .catch p > span span {
  display: inline-block;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 150%, 0% 150%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 150%, 0% 150%);
}
@media (max-width: 1220px) {
  #mainvideo #mainslider::after {
    width: 10px;
  }
  #mainvideo .catch {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  #mainvideo::before {
    height: 50px;
    bottom: 40px;
    width: 60%;
  }
  #mainvideo::after {
    height: 40px;
    width: 70%;
  }
  #mainvideo #mainslider::before {
    width: calc(100% - 12px);
  }
  #mainvideo #mainslider img,
  #mainvideo #mainslider video {
    height: auto;
    min-height: 200px;
  }
  #mainvideo .catch {
    font-size: 55px;
    bottom: calc(85px + 6%);
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #mainvideo::before {
    max-width: 350px;
    width: 65%;
    height: 20px;
    bottom: 15px;
  }
  #mainvideo::after {
    max-width: 400px;
    width: 75%;
    height: 15px;
  }
  #mainvideo #mainslider::before {
    width: calc(100% - 8px);
  }
  #mainvideo #mainslider::after {
    width: 6px;
    top: -10px;
  }
  #mainvideo .catch {
    font-size: 30px;
    margin-left: 0;
    bottom: calc(35px + 4%);
  }
}

/* ----------------------------------------------
topics
------------------------------------------------- */
#topics {
  letter-spacing: 0.05em;
  margin-top: -190px;
  position: relative;
  z-index: 3;
  padding-top: 70px;
  margin-bottom: 95px;
}
#topics .head {
  display: flex;
  align-items: center;
}
#topics .head .btn {
  margin-left: 80px;
  margin-top: 30px;
}
#topics .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#topics .contents {
  margin-top: 70px;
}
#topics article:nth-child(2n) a {
  background-color: #ffffff;
}
#topics article a {
  line-height: 1;
  padding: 22px;
  padding-bottom: 25px;
  align-items: center;
  text-decoration: none;
  color: #0c0c0c;
  transition: all 0.5s ease-out;
  background-color: #f0f0f0;
  display: flex;
}
#topics article a:hover {
  opacity: 0.6;
}
#topics article .text-box {
  display: flex;
  flex-direction: column;
  gap: 15px 37px;
}
#topics article .image {
  flex-shrink: 0;
  width: 100px;
  height: 80px;
  margin-right: 40px;
}
#topics article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#topics article .time-cate {
  display: flex;
  align-items: center;
  -moz-column-gap: 27px;
       column-gap: 27px;
}
#topics article .time-cate time {
  display: block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 400;
  color: #0c0c0c;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
}
#topics article .time-cate .cate {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0c0c0c;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  padding: 1.21px 24px;
}
#topics article .text {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 1220px) {
  #topics h2 {
    margin-left: 5px;
  }
}
@media (max-width: 1199px) {
  #topics {
    margin-top: -110px;
    padding-top: 70px;
  }
  #topics .head .btn {
    margin-left: 50px;
  }
  #topics article .time-cate {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #topics article .time-cate time {
    font-size: 14px;
  }
  #topics article .time-cate .cate {
    font-size: 14px;
    padding: 1.2px 18px;
  }
}
@media (max-width: 767px) {
  #topics {
    margin-top: -35px;
    padding-top: 45px;
    margin-bottom: 70px;
  }
  #topics .head {
    justify-content: space-between;
  }
  #topics .head .btn {
    margin-left: 0;
    margin-top: 0;
  }
  #topics .head .btn a {
    width: 180px;
    height: 45px;
  }
  #topics .head .btn a:after {
    right: 10px;
  }
  #topics .contents {
    margin-top: 20px;
  }
  #topics article a {
    padding: 12px 10px;
    font-size: 14px;
  }
  #topics article .image {
    width: 70px;
    height: 56px;
    margin-right: 20px;
    display: block;
  }
  #topics article .text-box {
    row-gap: 10px;
  }
  #topics article .time-cate {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #topics article .time-cate time {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  #topics article .time-cate .cate {
    padding: 1.2px 10px;
  }
  #topics article .text {
    width: 100%;
    font-size: 14px;
    margin-top: 0px;
  }
}

/* ----------------------------------------------
vision
------------------------------------------------- */
#vision {
  padding-bottom: 70px;
}
#vision .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1070px;
  display: flex;
}
#vision .left {
  flex-shrink: 0;
}
#vision h2 {
  margin-bottom: 50px;
}
#vision .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 24px;
  margin-left: 60px;
  margin-top: 130px;
  line-height: 2.5;
}
@media (max-width: 1199px) {
  #vision .text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #vision {
    margin-bottom: 100px;
    padding-bottom: 0;
  }
  #vision .inner {
    display: block;
  }
  #vision h2 {
    margin-bottom: 30px;
  }
  #vision .text {
    margin-left: 0;
    font-size: 14px;
    margin-top: 40px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  /*  padding-top: 90px;
  padding-bottom: 160px; */
  position: relative;
  margin-top: 230px;
}
#business::before {
  content: "";
  background-image: url(../images/business-bg1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1000px;
  height: 400px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: calc(100% - 200px);
  mix-blend-mode: multiply;
}
#business::after {
  content: "";
  background-image: url(../images/business-bg2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* width: 1160px;
  height: 288px; */
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -110px;
  mix-blend-mode: multiply;
  width: calc(100% - 500px);
  height: calc(100% + 110px);
}
#business .bgarea {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  mix-blend-mode: multiply;
}
#business .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#business .left {
  padding-top: 90px;
  padding-bottom: 160px;
  z-index: 3;
  position: relative;
  margin-right: 20px;
  margin-left: calc((100% - 1180px) / 2);
}
@media (max-width: 1250px) {
  #business .left {
    margin-left: 0;
    padding-left: 10px;
  }
}
#business .right {
  margin-top: 200px;
  padding-bottom: 160px;
  padding-left: 40px;
  padding-right: 40px;
  width: 500px;
  display: flex;
  background-color: #7f7f7f;
}
#business h2 {
  color: #ffffff;
  margin-bottom: 45px;
  z-index: 3;
}
#business .text {
  color: #ffffff;
  max-width: 540px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
}
#business .btn {
  margin-top: auto;
  position: relative;
  z-index: 3;
}
#business .btn a {
  background-color: #ffffff;
  color: #0c0c0c;
}
#business .btn a:after {
  background-image: url(../images/arrow2.webp);
}
@media (max-width: 1600px) {
  #business::before {
    width: 62.5%;
    /*     background-size: contain; */
    background-repeat: no-repeat;
  }
  #business::after {
    /* background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom; */
    bottom: -7vw;
    height: calc(100% + 7vw);
    width: calc(100% - 31.25vw);
  }
  #business .right {
    width: 31.25vw;
  }
}
@media (max-width: 1199px) {
  #business {
    margin-top: 14.5vw;
  }
  #business::before {
    height: 300px;
    bottom: calc(100% - 150px);
  }
  #business::after {
    width: calc(100% - 330px);
  }
  #business .right {
    width: 330px;
    margin-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #business .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #business {
    margin-top: 15.5vw;
    /*    padding-top: 70px;
    padding-bottom: 80px; */
  }
  #business::before {
    /*  width: 70%;
    top: -16vw; */
    height: 180px;
    bottom: calc(100% - 90px);
  }
  #business::after {
    /* width: 80%;
    bottom: -8vw; */
    width: 100%;
  }
  #business .inner {
    display: block;
  }
  #business .left {
    padding-top: 50px;
    padding-bottom: 0px;
    width: 100%;
    margin-right: 0;
  }
  #business .right {
    padding-top: 0px;
    padding-bottom: 50px;
    margin-top: 50px;
    width: 100%;
    background-color: transparent;
  }
  #business .text {
    max-width: unset;
    font-size: 14px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case {
  margin-bottom: 130px;
}
#case .inner {
  display: flex;
}
#case .left {
  margin-top: 320px;
  width: calc(100% - 500px);
  background-color: #7f7f7f;
  padding-left: 200px;
}
#case .right {
  padding-top: 310px;
  width: 500px;
  padding-left: 60px;
  padding-right: 10px;
  background-color: #000000;
}
#case h2 {
  color: #fff;
  margin-bottom: 70px;
}
#case .thumbset {
  /* prev next arrows */
}
#case .thumbset .main {
  margin-inline: auto;
  width: 100%;
  position: relative;
}
#case .thumbset .main li {
  position: relative;
}
#case .thumbset .main li a {
  width: 100%;
  transition: all 0.5s ease-out;
}
#case .thumbset .main li a:hover {
  opacity: 0.6;
}
#case .thumbset .main .image {
  width: 100%;
}
#case .thumbset .main .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#case .thumbset .slick-prev,
#case .thumbset .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#case .thumbset .slick-next {
  background: url("../images/arrow_r.png") no-repeat center;
  right: -60px;
}
#case .thumbset .slick-prev {
  background: url("../images/arrow_l.png") no-repeat center;
  left: -80px;
}
#case .thumbset .slick-arrow {
  width: 60px;
  height: 60px;
  text-indent: -999em;
  cursor: pointer;
  z-index: 2;
}
#case .thumbset .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: inherit;
}
#case .btn {
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}
#case .btn a {
  width: 100%;
  max-width: 270px;
}
@media (max-width: 1600px) {
  #case .left {
    width: calc(100% - 31.25vw);
    padding-left: 120px;
  }
  #case .right {
    width: 31.25vw;
  }
  #case .thumbset .slick-prev {
    left: -60px;
  }
}
@media (max-width: 1320px) {
  #case .btn {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  #case .left {
    width: calc(100% - 330px);
    margin-top: 200px;
  }
  #case .right {
    width: 330px;
    padding-left: 40px;
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  #case {
    margin-top: 120px;
    margin-bottom: 70px;
    background-color: #000000;
    padding-top: 50px;
  }
  #case .inner {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
  }
  #case .left {
    width: 100%;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    /*  overflow: hidden;
    margin-left: auto;
    margin-right: auto; */
  }
  #case .right {
    padding: 0;
    width: 40px;
  }
  #case h2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
  }
  #case .btn {
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  #case .btn a {
    margin: 0 auto;
  }
  #case .thumbset .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #case .thumbset .slick-prev {
    left: -40px;
  }
  #case .thumbset .slick-next {
    right: -40px;
  }
}

/* ----------------------------------------------
menu
------------------------------------------------- */
#menu {
  position: relative;
  padding-bottom: 240px;
}
#menu::before {
  content: "";
  background-image: url(../images/menu-bg.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 70%;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
#menu .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#menu .recruit,
#menu .sdgs {
  overflow: hidden;
  width: 50%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
}
#menu .recruit a,
#menu .sdgs a {
  color: #ffffff;
  text-decoration: unset;
  /*  &:before {
          content: "";
          display: block;
          width: 100%;
          height: 0;
          position: absolute;
          bottom: 0;
          left: 0;
         transition: all 0.3s ease-out;
        }
        &:hover {
          &:before {
  height: 100%;
          }
        } */
}
#menu .recruit a:hover .text-block,
#menu .sdgs a:hover .text-block {
  padding-top: calc(100% - 100px);
}
#menu .recruit .image img,
#menu .sdgs .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 590/460;
}
#menu .recruit .text-block,
#menu .sdgs .text-block {
  transition: all 0.3s ease-out;
  background-color: hsla(0, 0%, 5%, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 37px;
  padding-right: 30px;
}
#menu .recruit .text-block .title,
#menu .sdgs .text-block .title {
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}
#menu .recruit .text-block .title small,
#menu .sdgs .text-block .title small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 18px;
  margin-left: 20px;
}
#menu .recruit .text-block .arrow,
#menu .sdgs .text-block .arrow {
  margin-left: auto;
  font-family: "bahnschrift-semicondensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}
#menu .recruit .text-block .arrow::after,
#menu .sdgs .text-block .arrow::after {
  content: "";
  background-image: url(../images/arrow.webp);
  width: 31px;
  height: 8px;
  display: block;
  right: 30px;
  margin-left: 10px;
}
#menu .sdgs {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  #menu {
    padding-bottom: 120px;
  }
  #menu .recruit .text-block .title,
  #menu .sdgs .text-block .title {
    font-size: 22px;
    display: block;
    line-height: 1.4;
  }
  #menu .recruit .text-block .title small,
  #menu .sdgs .text-block .title small {
    font-size: 15px;
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #menu {
    padding-bottom: 70px;
  }
  #menu::before {
    height: 80%;
  }
  #menu .inner {
    display: block;
  }
  #menu .recruit,
  #menu .sdgs {
    width: 100%;
  }
  #menu .recruit .text-block,
  #menu .sdgs .text-block {
    padding: 10px;
  }
  #menu .recruit .text-block .title,
  #menu .sdgs .text-block .title {
    font-size: 20px;
  }
  #menu .recruit .text-block .title small,
  #menu .sdgs .text-block .title small {
    font-size: 14px;
  }
  #menu .recruit .text-block .arrow,
  #menu .sdgs .text-block .arrow {
    font-size: 14px;
  }
  #menu .sdgs {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  background-color: #333333;
  position: relative;
  padding-bottom: 160px;
}
#company .image {
  position: absolute;
  right: 0;
  top: -107px;
}
#company .inner {
  display: flex;
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
#company .contents {
  margin-left: calc((100% - 1180px) / 2);
}
#company h2 {
  color: #ffffff;
  margin-bottom: 55px;
}
#company ul {
  width: 590px;
}
#company ul li {
  border-top: solid 1px #ffffff;
}
#company ul li:last-child {
  border-bottom: solid 1px #ffffff;
}
#company ul li a {
  padding: 20px 30px;
  padding-right: 30px;
  color: #ffffff;
  text-decoration: unset;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-out;
}
#company ul li a::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#company ul li a:hover {
  color: #333333;
}
#company ul li a:hover::after {
  transform: scale(1, 1);
}
#company ul li .title {
  position: relative;
  z-index: 1;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}
#company ul li .title small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 18px;
  margin-left: 20px;
}
#company ul li .arrow {
  position: relative;
  z-index: 1;
  margin-left: auto;
  font-family: "bahnschrift-semicondensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}
#company ul li .arrow::after {
  content: "";
  background-image: url(../images/arrow.webp);
  width: 31px;
  height: 8px;
  display: block;
  right: 30px;
  margin-left: 10px;
}
#company .btn {
  margin-top: 60px;
}
#company .btn a {
  background-color: #ffffff;
  color: #0c0c0c;
}
#company .btn a::after {
  background-image: url(../images/arrow2.webp);
}
@media (max-width: 1350px) {
  #company .image {
    width: 46%;
    top: 44%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  #company .contents {
    margin-left: 0;
  }
  #company .contents {
    width: 50%;
  }
  #company ul {
    width: 100%;
  }
  #company ul li a .title {
    font-size: 22px;
    display: block;
    line-height: 1.4;
  }
  #company ul li a .title small {
    font-size: 15px;
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #company {
    padding-bottom: 70px;
  }
  #company .inner {
    display: block;
    padding-top: 60px;
  }
  #company .image {
    position: relative;
    width: 100%;
    top: unset;
    transform: unset;
    margin-bottom: 50px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
  #company h2 {
    margin-bottom: 45px;
  }
  #company .contents {
    width: 100%;
  }
  #company .contents ul li a {
    padding: 10px;
  }
  #company .contents ul li a .title {
    font-size: 20px;
  }
  #company .contents ul li a .title small {
    font-size: 14px;
  }
  #company .contents ul li a .arrow {
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */